HSL(337, 25%, 74%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,25%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 25%, 74%) | color: hsl(337, 25%, 74%) | |
| HEX | #CDACB9 | color: #CDACB9 | |
| RGB | rgb(205, 172, 185) | color: rgb(205, 172, 185) | |
| CMYK | cmyk(0%, 16%, 10%, 20%) | — | |
| HSV | hsv(336, 16%, 80%) | — | |
| HWB | hwb(336 67% 20%) | color: hwb(336 67% 20%) | |
| OKLCH | oklch(0.7773 0.042 352.45) | color: oklch(0.7773 0.042 352.45) | |
| Lab | lab(73.54 14.12 -2.16) | color: lab(73.54 14.12 -2.16) | |
| LCH | lch(73.54 14.28 351.3) | color: lch(73.54 14.28 351.3) |
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)
#BFBEB6 — rgb(191, 190, 182)
Deuteranopia (Green-blind)
#C1C3B5 — rgb(193, 195, 181)
Tritanopia (Blue-blind)
#CBB3B3 — rgb(203, 179, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 25%, 74%);
text
color: hsl(337, 25%, 74%);
border
border: 2px solid hsl(337, 25%, 74%);
gradient light
background: linear-gradient(to right, hsl(337, 25%, 94%), hsl(337, 25%, 74%));
gradient dark
background: linear-gradient(to right, hsl(337, 25%, 74%), hsl(337, 25%, 54%))
hex
background-color: #CDACB9;
tailwind
bg-[hsl(337,25%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 25%, 74%, 0.4);
css variable
--color-primary: hsl(337, 25%, 74%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 25%, 74%)?
HEX: #CDACB9 | RGB: rgb(205, 172, 185) | CMYK: 0%, 16%, 10%, 20% | HSV: 336°, 16%, 80%. Copy any format from the conversion table above.
What colors go well with #CDACB9?
The complementary color is HSL(157, 25%, 74%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 25%, 74%) in CSS?
As HSL: color: hsl(337, 25%, 74%); — As HEX: color: #CDACB9; — As RGB: color: rgb(205, 172, 185); — Tailwind CSS: bg-[hsl(337,25%,74%)] — CSS variable: --color-primary: hsl(337, 25%, 74%);