HSL(331, 20%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,20%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 20%, 74%) | color: hsl(331, 20%, 74%) | |
| HEX | #CAAFBC | color: #CAAFBC | |
| RGB | rgb(202, 175, 188) | color: rgb(202, 175, 188) | |
| CMYK | cmyk(0%, 13%, 7%, 21%) | — | |
| HSV | hsv(331, 13%, 79%) | — | |
| HWB | hwb(331 69% 21%) | color: hwb(331 69% 21%) | |
| OKLCH | oklch(0.7812 0.0357 347.29) | color: oklch(0.7812 0.0357 347.29) | |
| Lab | lab(74.09 11.94 -3.02) | color: lab(74.09 11.94 -3.02) | |
| LCH | lch(74.09 12.32 345.81) | color: lch(74.09 12.32 345.81) |
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)
#BEBEB9 — rgb(190, 190, 185)
Deuteranopia (Green-blind)
#C0C2B8 — rgb(192, 194, 184)
Tritanopia (Blue-blind)
#C9B6B6 — rgb(201, 182, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 20%, 74%);
text
color: hsl(331, 20%, 74%);
border
border: 2px solid hsl(331, 20%, 74%);
gradient light
background: linear-gradient(to right, hsl(331, 20%, 94%), hsl(331, 20%, 74%));
gradient dark
background: linear-gradient(to right, hsl(331, 20%, 74%), hsl(331, 20%, 54%))
hex
background-color: #CAAFBC;
tailwind
bg-[hsl(331,20%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 20%, 74%, 0.4);
css variable
--color-primary: hsl(331, 20%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 20%, 74%)?
HEX: #CAAFBC | RGB: rgb(202, 175, 188) | CMYK: 0%, 13%, 7%, 21% | HSV: 331°, 13%, 79%. Copy any format from the conversion table above.
What colors go well with #CAAFBC?
The complementary color is HSL(151, 20%, 74%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 20%, 74%) in CSS?
As HSL: color: hsl(331, 20%, 74%); — As HEX: color: #CAAFBC; — As RGB: color: rgb(202, 175, 188); — Tailwind CSS: bg-[hsl(331,20%,74%)] — CSS variable: --color-primary: hsl(331, 20%, 74%);