HSL(331, 19%, 77%)
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%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 19%, 77%) | color: hsl(331, 19%, 77%) | |
| HEX | #CFB9C4 | color: #CFB9C4 | |
| RGB | rgb(207, 185, 196) | color: rgb(207, 185, 196) | |
| CMYK | cmyk(0%, 11%, 5%, 19%) | — | |
| HSV | hsv(330, 11%, 81%) | — | |
| HWB | hwb(330 72% 19%) | color: hwb(330 72% 19%) | |
| OKLCH | oklch(0.8076 0.029 346.06) | color: oklch(0.8076 0.029 346.06) | |
| Lab | lab(77.25 9.71 -2.69) | color: lab(77.25 9.71 -2.69) | |
| LCH | lch(77.25 10.08 344.52) | color: lch(77.25 10.08 344.52) |
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)
#C5C5C1 — rgb(197, 197, 193)
Deuteranopia (Green-blind)
#C7C8C1 — rgb(199, 200, 193)
Tritanopia (Blue-blind)
#CEBFBF — rgb(206, 191, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 19%, 77%);
text
color: hsl(331, 19%, 77%);
border
border: 2px solid hsl(331, 19%, 77%);
gradient light
background: linear-gradient(to right, hsl(331, 19%, 97%), hsl(331, 19%, 77%));
gradient dark
background: linear-gradient(to right, hsl(331, 19%, 77%), hsl(331, 19%, 57%))
hex
background-color: #CFB9C4;
tailwind
bg-[hsl(331,19%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 19%, 77%, 0.4);
css variable
--color-primary: hsl(331, 19%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 19%, 77%)?
HEX: #CFB9C4 | RGB: rgb(207, 185, 196) | CMYK: 0%, 11%, 5%, 19% | HSV: 330°, 11%, 81%. Copy any format from the conversion table above.
What colors go well with #CFB9C4?
The complementary color is HSL(151, 19%, 77%). 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%, 77%) in CSS?
As HSL: color: hsl(331, 19%, 77%); — As HEX: color: #CFB9C4; — As RGB: color: rgb(207, 185, 196); — Tailwind CSS: bg-[hsl(331,19%,77%)] — CSS variable: --color-primary: hsl(331, 19%, 77%);