HSL(292, 41%, 80%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,41%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 41%, 80%) | color: hsl(292, 41%, 80%) | |
| HEX | #DBB7E1 | color: #DBB7E1 | |
| RGB | rgb(219, 183, 225) | color: rgb(219, 183, 225) | |
| CMYK | cmyk(3%, 19%, 0%, 12%) | — | |
| HSV | hsv(291, 19%, 88%) | — | |
| HWB | hwb(291 71% 12%) | color: hwb(291 71% 12%) | |
| OKLCH | oklch(0.8239 0.0698 321.49) | color: oklch(0.8239 0.0698 321.49) | |
| Lab | lab(78.67 20.21 -16.16) | color: lab(78.67 20.21 -16.16) | |
| LCH | lch(78.67 25.88 321.35) | color: lch(78.67 25.88 321.35) |
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)
#CBCBD7 — rgb(203, 203, 215)
Deuteranopia (Green-blind)
#CED0D4 — rgb(206, 208, 212)
Tritanopia (Blue-blind)
#D9CFCD — rgb(217, 207, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 41%, 80%);
text
color: hsl(292, 41%, 80%);
border
border: 2px solid hsl(292, 41%, 80%);
gradient light
background: linear-gradient(to right, hsl(292, 41%, 100%), hsl(292, 41%, 80%));
gradient dark
background: linear-gradient(to right, hsl(292, 41%, 80%), hsl(292, 41%, 60%))
hex
background-color: #DBB7E1;
tailwind
bg-[hsl(292,41%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 41%, 80%, 0.4);
css variable
--color-primary: hsl(292, 41%, 80%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 41%, 80%)?
HEX: #DBB7E1 | RGB: rgb(219, 183, 225) | CMYK: 3%, 19%, 0%, 12% | HSV: 291°, 19%, 88%. Copy any format from the conversion table above.
What colors go well with #DBB7E1?
The complementary color is HSL(112, 41%, 80%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 41%, 80%) in CSS?
As HSL: color: hsl(292, 41%, 80%); — As HEX: color: #DBB7E1; — As RGB: color: rgb(219, 183, 225); — Tailwind CSS: bg-[hsl(292,41%,80%)] — CSS variable: --color-primary: hsl(292, 41%, 80%);