HSL(307, 38%, 72%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(307,38%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(307, 38%, 72%) | color: hsl(307, 38%, 72%) | |
| HEX | #D39CCC | color: #D39CCC | |
| RGB | rgb(211, 156, 204) | color: rgb(211, 156, 204) | |
| CMYK | cmyk(0%, 26%, 3%, 17%) | — | |
| HSV | hsv(308, 26%, 83%) | — | |
| HWB | hwb(308 61% 17%) | color: hwb(308 61% 17%) | |
| OKLCH | oklch(0.7599 0.0911 330.85) | color: oklch(0.7599 0.0911 330.85) | |
| Lab | lab(70.86 28.28 -16.54) | color: lab(70.86 28.28 -16.54) | |
| LCH | lch(70.86 32.76 329.68) | color: lch(70.86 32.76 329.68) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#BBBBC0 — rgb(187, 187, 192)
Deuteranopia (Green-blind)
#BEC3BE — rgb(190, 195, 190)
Tritanopia (Blue-blind)
#D0B7B5 — rgb(208, 183, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(307, 38%, 72%);
text
color: hsl(307, 38%, 72%);
border
border: 2px solid hsl(307, 38%, 72%);
gradient light
background: linear-gradient(to right, hsl(307, 38%, 92%), hsl(307, 38%, 72%));
gradient dark
background: linear-gradient(to right, hsl(307, 38%, 72%), hsl(307, 38%, 52%))
hex
background-color: #D39CCC;
tailwind
bg-[hsl(307,38%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(307, 38%, 72%, 0.4);
css variable
--color-primary: hsl(307, 38%, 72%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(307, 38%, 72%)?
HEX: #D39CCC | RGB: rgb(211, 156, 204) | CMYK: 0%, 26%, 3%, 17% | HSV: 308°, 26%, 83%. Copy any format from the conversion table above.
What colors go well with #D39CCC?
The complementary color is HSL(127, 38%, 72%). For a triadic harmony, use hues 307°, 67°, and 187°. For analogous combinations, try hues 277° and 337°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(307, 38%, 72%) in CSS?
As HSL: color: hsl(307, 38%, 72%); — As HEX: color: #D39CCC; — As RGB: color: rgb(211, 156, 204); — Tailwind CSS: bg-[hsl(307,38%,72%)] — CSS variable: --color-primary: hsl(307, 38%, 72%);