HSL(323, 20%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,20%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 20%, 74%) | color: hsl(323, 20%, 74%) | |
| HEX | #CAAFC0 | color: #CAAFC0 | |
| RGB | rgb(202, 175, 192) | color: rgb(202, 175, 192) | |
| CMYK | cmyk(0%, 13%, 5%, 21%) | — | |
| HSV | hsv(322, 13%, 79%) | — | |
| HWB | hwb(322 69% 21%) | color: hwb(322 69% 21%) | |
| OKLCH | oklch(0.7824 0.0386 339.92) | color: oklch(0.7824 0.0386 339.92) | |
| Lab | lab(74.2 12.65 -5.04) | color: lab(74.2 12.65 -5.04) | |
| LCH | lch(74.2 13.62 338.28) | color: lch(74.2 13.62 338.28) |
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)
#BEBEBC — rgb(190, 190, 188)
Deuteranopia (Green-blind)
#C0C2BB — rgb(192, 194, 187)
Tritanopia (Blue-blind)
#C9B9B8 — rgb(201, 185, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 20%, 74%);
text
color: hsl(323, 20%, 74%);
border
border: 2px solid hsl(323, 20%, 74%);
gradient light
background: linear-gradient(to right, hsl(323, 20%, 94%), hsl(323, 20%, 74%));
gradient dark
background: linear-gradient(to right, hsl(323, 20%, 74%), hsl(323, 20%, 54%))
hex
background-color: #CAAFC0;
tailwind
bg-[hsl(323,20%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 20%, 74%, 0.4);
css variable
--color-primary: hsl(323, 20%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 20%, 74%)?
HEX: #CAAFC0 | RGB: rgb(202, 175, 192) | CMYK: 0%, 13%, 5%, 21% | HSV: 322°, 13%, 79%. Copy any format from the conversion table above.
What colors go well with #CAAFC0?
The complementary color is HSL(143, 20%, 74%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 20%, 74%) in CSS?
As HSL: color: hsl(323, 20%, 74%); — As HEX: color: #CAAFC0; — As RGB: color: rgb(202, 175, 192); — Tailwind CSS: bg-[hsl(323,20%,74%)] — CSS variable: --color-primary: hsl(323, 20%, 74%);