HSL(311, 19%, 74%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(311,19%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 19%, 74%) | color: hsl(311, 19%, 74%) | |
| HEX | #C9B0C5 | color: #C9B0C5 | |
| RGB | rgb(201, 176, 197) | color: rgb(201, 176, 197) | |
| CMYK | cmyk(0%, 12%, 2%, 21%) | — | |
| HSV | hsv(310, 12%, 79%) | — | |
| HWB | hwb(310 70% 21%) | color: hwb(310 70% 21%) | |
| OKLCH | oklch(0.7851 0.0405 331.26) | color: oklch(0.7851 0.0405 331.26) | |
| Lab | lab(74.51 12.67 -7.34) | color: lab(74.51 12.67 -7.34) | |
| LCH | lch(74.51 14.64 329.92) | color: lch(74.51 14.64 329.92) |
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)
#BEBEC0 — rgb(190, 190, 192)
Deuteranopia (Green-blind)
#C0C2BF — rgb(192, 194, 191)
Tritanopia (Blue-blind)
#C8BCBB — rgb(200, 188, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 19%, 74%);
text
color: hsl(311, 19%, 74%);
border
border: 2px solid hsl(311, 19%, 74%);
gradient light
background: linear-gradient(to right, hsl(311, 19%, 94%), hsl(311, 19%, 74%));
gradient dark
background: linear-gradient(to right, hsl(311, 19%, 74%), hsl(311, 19%, 54%))
hex
background-color: #C9B0C5;
tailwind
bg-[hsl(311,19%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 19%, 74%, 0.4);
css variable
--color-primary: hsl(311, 19%, 74%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(311, 19%, 74%)?
HEX: #C9B0C5 | RGB: rgb(201, 176, 197) | CMYK: 0%, 12%, 2%, 21% | HSV: 310°, 12%, 79%. Copy any format from the conversion table above.
What colors go well with #C9B0C5?
The complementary color is HSL(131, 19%, 74%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 19%, 74%) in CSS?
As HSL: color: hsl(311, 19%, 74%); — As HEX: color: #C9B0C5; — As RGB: color: rgb(201, 176, 197); — Tailwind CSS: bg-[hsl(311,19%,74%)] — CSS variable: --color-primary: hsl(311, 19%, 74%);