HSL(320, 13%, 76%)
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(320,13%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 13%, 76%) | color: hsl(320, 13%, 76%) | |
| HEX | #CABAC4 | color: #CABAC4 | |
| RGB | rgb(202, 186, 196) | color: rgb(202, 186, 196) | |
| CMYK | cmyk(0%, 8%, 3%, 21%) | — | |
| HSV | hsv(323, 8%, 79%) | — | |
| HWB | hwb(323 73% 21%) | color: hwb(323 73% 21%) | |
| OKLCH | oklch(0.8052 0.0226 339.69) | color: oklch(0.8052 0.0226 339.69) | |
| Lab | lab(77.08 7.42 -2.99) | color: lab(77.08 7.42 -2.99) | |
| LCH | lch(77.08 8 338.05) | color: lch(77.08 8 338.05) |
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)
#C3C3C2 — rgb(195, 195, 194)
Deuteranopia (Green-blind)
#C4C5C1 — rgb(196, 197, 193)
Tritanopia (Blue-blind)
#C9C0BF — rgb(201, 192, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 13%, 76%);
text
color: hsl(320, 13%, 76%);
border
border: 2px solid hsl(320, 13%, 76%);
gradient light
background: linear-gradient(to right, hsl(320, 13%, 96%), hsl(320, 13%, 76%));
gradient dark
background: linear-gradient(to right, hsl(320, 13%, 76%), hsl(320, 13%, 56%))
hex
background-color: #CABAC4;
tailwind
bg-[hsl(320,13%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 13%, 76%, 0.4);
css variable
--color-primary: hsl(320, 13%, 76%);
Related Colors
Use Cases for Grayish Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 13%, 76%)?
HEX: #CABAC4 | RGB: rgb(202, 186, 196) | CMYK: 0%, 8%, 3%, 21% | HSV: 323°, 8%, 79%. Copy any format from the conversion table above.
What colors go well with #CABAC4?
The complementary color is HSL(140, 13%, 76%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 13%, 76%) in CSS?
As HSL: color: hsl(320, 13%, 76%); — As HEX: color: #CABAC4; — As RGB: color: rgb(202, 186, 196); — Tailwind CSS: bg-[hsl(320,13%,76%)] — CSS variable: --color-primary: hsl(320, 13%, 76%);