HSL(298, 40%, 78%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(298,40%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(298, 40%, 78%) | color: hsl(298, 40%, 78%) | |
| HEX | #DCB0DD | color: #DCB0DD | |
| RGB | rgb(220, 176, 221) | color: rgb(220, 176, 221) | |
| CMYK | cmyk(0%, 20%, 0%, 13%) | — | |
| HSV | hsv(299, 20%, 87%) | — | |
| HWB | hwb(299 70% 13%) | color: hwb(299 70% 13%) | |
| OKLCH | oklch(0.8106 0.0786 325.57) | color: oklch(0.8106 0.0786 325.57) | |
| Lab | lab(76.97 23.57 -16.54) | color: lab(76.97 23.57 -16.54) | |
| LCH | lch(76.97 28.79 324.94) | color: lch(76.97 28.79 324.94) |
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)
#C9C9D2 — rgb(201, 201, 210)
Deuteranopia (Green-blind)
#CCCFD0 — rgb(204, 207, 208)
Tritanopia (Blue-blind)
#DACAC8 — rgb(218, 202, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(298, 40%, 78%);
text
color: hsl(298, 40%, 78%);
border
border: 2px solid hsl(298, 40%, 78%);
gradient light
background: linear-gradient(to right, hsl(298, 40%, 98%), hsl(298, 40%, 78%));
gradient dark
background: linear-gradient(to right, hsl(298, 40%, 78%), hsl(298, 40%, 58%))
hex
background-color: #DCB0DD;
tailwind
bg-[hsl(298,40%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(298, 40%, 78%, 0.4);
css variable
--color-primary: hsl(298, 40%, 78%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(298, 40%, 78%)?
HEX: #DCB0DD | RGB: rgb(220, 176, 221) | CMYK: 0%, 20%, 0%, 13% | HSV: 299°, 20%, 87%. Copy any format from the conversion table above.
What colors go well with #DCB0DD?
The complementary color is HSL(118, 40%, 78%). For a triadic harmony, use hues 298°, 58°, and 178°. For analogous combinations, try hues 268° and 328°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(298, 40%, 78%) in CSS?
As HSL: color: hsl(298, 40%, 78%); — As HEX: color: #DCB0DD; — As RGB: color: rgb(220, 176, 221); — Tailwind CSS: bg-[hsl(298,40%,78%)] — CSS variable: --color-primary: hsl(298, 40%, 78%);