HSL(301, 19%, 76%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(301,19%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(301, 19%, 76%) | color: hsl(301, 19%, 76%) | |
| HEX | #CDB6CD | color: #CDB6CD | |
| RGB | rgb(205, 182, 205) | color: rgb(205, 182, 205) | |
| CMYK | cmyk(0%, 11%, 0%, 20%) | — | |
| HSV | hsv(300, 11%, 80%) | — | |
| HWB | hwb(300 71% 20%) | color: hwb(300 71% 20%) | |
| OKLCH | oklch(0.8028 0.0408 325.95) | color: oklch(0.8028 0.0408 325.95) | |
| Lab | lab(76.58 12.27 -8.58) | color: lab(76.58 12.27 -8.58) | |
| LCH | lch(76.58 14.97 325.04) | color: lch(76.58 14.97 325.04) |
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)
#C3C3C7 — rgb(195, 195, 199)
Deuteranopia (Green-blind)
#C4C6C6 — rgb(196, 198, 198)
Tritanopia (Blue-blind)
#CCC3C2 — rgb(204, 195, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(301, 19%, 76%);
text
color: hsl(301, 19%, 76%);
border
border: 2px solid hsl(301, 19%, 76%);
gradient light
background: linear-gradient(to right, hsl(301, 19%, 96%), hsl(301, 19%, 76%));
gradient dark
background: linear-gradient(to right, hsl(301, 19%, 76%), hsl(301, 19%, 56%))
hex
background-color: #CDB6CD;
tailwind
bg-[hsl(301,19%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(301, 19%, 76%, 0.4);
css variable
--color-primary: hsl(301, 19%, 76%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(301, 19%, 76%)?
HEX: #CDB6CD | RGB: rgb(205, 182, 205) | CMYK: 0%, 11%, 0%, 20% | HSV: 300°, 11%, 80%. Copy any format from the conversion table above.
What colors go well with #CDB6CD?
The complementary color is HSL(121, 19%, 76%). For a triadic harmony, use hues 301°, 61°, and 181°. For analogous combinations, try hues 271° and 331°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(301, 19%, 76%) in CSS?
As HSL: color: hsl(301, 19%, 76%); — As HEX: color: #CDB6CD; — As RGB: color: rgb(205, 182, 205); — Tailwind CSS: bg-[hsl(301,19%,76%)] — CSS variable: --color-primary: hsl(301, 19%, 76%);