HSL(324, 10%, 77%)
Grayish Pink — Pink color
Adjust Color
Color Information
Color Name
Grayish Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(324,10%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 10%, 77%) | color: hsl(324, 10%, 77%) | |
| HEX | #CABEC6 | color: #CABEC6 | |
| RGB | rgb(202, 190, 198) | color: rgb(202, 190, 198) | |
| CMYK | cmyk(0%, 6%, 2%, 21%) | — | |
| HSV | hsv(320, 6%, 79%) | — | |
| HWB | hwb(320 74% 21%) | color: hwb(320 74% 21%) | |
| OKLCH | oklch(0.8137 0.0173 337.69) | color: oklch(0.8137 0.0173 337.69) | |
| Lab | lab(78.15 5.64 -2.5) | color: lab(78.15 5.64 -2.5) | |
| LCH | lch(78.15 6.17 336.09) | color: lch(78.15 6.17 336.09) |
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)
#C5C5C4 — rgb(197, 197, 196)
Deuteranopia (Green-blind)
#C6C6C4 — rgb(198, 198, 196)
Tritanopia (Blue-blind)
#C9C3C2 — rgb(201, 195, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 10%, 77%);
text
color: hsl(324, 10%, 77%);
border
border: 2px solid hsl(324, 10%, 77%);
gradient light
background: linear-gradient(to right, hsl(324, 10%, 97%), hsl(324, 10%, 77%));
gradient dark
background: linear-gradient(to right, hsl(324, 10%, 77%), hsl(324, 10%, 57%))
hex
background-color: #CABEC6;
tailwind
bg-[hsl(324,10%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 10%, 77%, 0.4);
css variable
--color-primary: hsl(324, 10%, 77%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 10%, 77%)?
HEX: #CABEC6 | RGB: rgb(202, 190, 198) | CMYK: 0%, 6%, 2%, 21% | HSV: 320°, 6%, 79%. Copy any format from the conversion table above.
What colors go well with #CABEC6?
The complementary color is HSL(144, 10%, 77%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 10%, 77%) in CSS?
As HSL: color: hsl(324, 10%, 77%); — As HEX: color: #CABEC6; — As RGB: color: rgb(202, 190, 198); — Tailwind CSS: bg-[hsl(324,10%,77%)] — CSS variable: --color-primary: hsl(324, 10%, 77%);