HSL(331, 19%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(331,19%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 19%, 76%) | color: hsl(331, 19%, 76%) | |
| HEX | #CDB6C1 | color: #CDB6C1 | |
| RGB | rgb(205, 182, 193) | color: rgb(205, 182, 193) | |
| CMYK | cmyk(0%, 11%, 6%, 20%) | — | |
| HSV | hsv(331, 11%, 80%) | — | |
| HWB | hwb(331 71% 20%) | color: hwb(331 71% 20%) | |
| OKLCH | oklch(0.799 0.0301 347.27) | color: oklch(0.799 0.0301 347.27) | |
| Lab | lab(76.24 10.1 -2.55) | color: lab(76.24 10.1 -2.55) | |
| LCH | lch(76.24 10.42 345.83) | color: lch(76.24 10.42 345.83) |
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)
#C3C3BE — rgb(195, 195, 190)
Deuteranopia (Green-blind)
#C4C6BE — rgb(196, 198, 190)
Tritanopia (Blue-blind)
#CCBCBC — rgb(204, 188, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 19%, 76%);
text
color: hsl(331, 19%, 76%);
border
border: 2px solid hsl(331, 19%, 76%);
gradient light
background: linear-gradient(to right, hsl(331, 19%, 96%), hsl(331, 19%, 76%));
gradient dark
background: linear-gradient(to right, hsl(331, 19%, 76%), hsl(331, 19%, 56%))
hex
background-color: #CDB6C1;
tailwind
bg-[hsl(331,19%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 19%, 76%, 0.4);
css variable
--color-primary: hsl(331, 19%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 19%, 76%)?
HEX: #CDB6C1 | RGB: rgb(205, 182, 193) | CMYK: 0%, 11%, 6%, 20% | HSV: 331°, 11%, 80%. Copy any format from the conversion table above.
What colors go well with #CDB6C1?
The complementary color is HSL(151, 19%, 76%). 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, 19%, 76%) in CSS?
As HSL: color: hsl(331, 19%, 76%); — As HEX: color: #CDB6C1; — As RGB: color: rgb(205, 182, 193); — Tailwind CSS: bg-[hsl(331,19%,76%)] — CSS variable: --color-primary: hsl(331, 19%, 76%);