HSL(331, 25%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,25%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 25%, 74%) | color: hsl(331, 25%, 74%) | |
| HEX | #CDACBC | color: #CDACBC | |
| RGB | rgb(205, 172, 188) | color: rgb(205, 172, 188) | |
| CMYK | cmyk(0%, 16%, 8%, 20%) | — | |
| HSV | hsv(331, 16%, 80%) | — | |
| HWB | hwb(331 67% 20%) | color: hwb(331 67% 20%) | |
| OKLCH | oklch(0.7782 0.0438 347.37) | color: oklch(0.7782 0.0438 347.37) | |
| Lab | lab(73.62 14.64 -3.68) | color: lab(73.62 14.64 -3.68) | |
| LCH | lch(73.62 15.1 345.89) | color: lch(73.62 15.1 345.89) |
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)
#BFBEB8 — rgb(191, 190, 184)
Deuteranopia (Green-blind)
#C1C3B7 — rgb(193, 195, 183)
Tritanopia (Blue-blind)
#CBB5B4 — rgb(203, 181, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 25%, 74%);
text
color: hsl(331, 25%, 74%);
border
border: 2px solid hsl(331, 25%, 74%);
gradient light
background: linear-gradient(to right, hsl(331, 25%, 94%), hsl(331, 25%, 74%));
gradient dark
background: linear-gradient(to right, hsl(331, 25%, 74%), hsl(331, 25%, 54%))
hex
background-color: #CDACBC;
tailwind
bg-[hsl(331,25%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 25%, 74%, 0.4);
css variable
--color-primary: hsl(331, 25%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 25%, 74%)?
HEX: #CDACBC | RGB: rgb(205, 172, 188) | CMYK: 0%, 16%, 8%, 20% | HSV: 331°, 16%, 80%. Copy any format from the conversion table above.
What colors go well with #CDACBC?
The complementary color is HSL(151, 25%, 74%). 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, 25%, 74%) in CSS?
As HSL: color: hsl(331, 25%, 74%); — As HEX: color: #CDACBC; — As RGB: color: rgb(205, 172, 188); — Tailwind CSS: bg-[hsl(331,25%,74%)] — CSS variable: --color-primary: hsl(331, 25%, 74%);