HSL(337, 15%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(337,15%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 15%, 80%) | color: hsl(337, 15%, 80%) | |
| HEX | #D4C4CA | color: #D4C4CA | |
| RGB | rgb(212, 196, 202) | color: rgb(212, 196, 202) | |
| CMYK | cmyk(0%, 8%, 5%, 17%) | — | |
| HSV | hsv(338, 8%, 83%) | — | |
| HWB | hwb(338 76% 17%) | color: hwb(338 76% 17%) | |
| OKLCH | oklch(0.8352 0.0197 352.74) | color: oklch(0.8352 0.0197 352.74) | |
| Lab | lab(80.6 6.64 -0.97) | color: lab(80.6 6.64 -0.97) | |
| LCH | lch(80.6 6.71 351.69) | color: lch(80.6 6.71 351.69) |
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)
#CDCDC9 — rgb(205, 205, 201)
Deuteranopia (Green-blind)
#CECFC8 — rgb(206, 207, 200)
Tritanopia (Blue-blind)
#D3C7C7 — rgb(211, 199, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 15%, 80%);
text
color: hsl(337, 15%, 80%);
border
border: 2px solid hsl(337, 15%, 80%);
gradient light
background: linear-gradient(to right, hsl(337, 15%, 100%), hsl(337, 15%, 80%));
gradient dark
background: linear-gradient(to right, hsl(337, 15%, 80%), hsl(337, 15%, 60%))
hex
background-color: #D4C4CA;
tailwind
bg-[hsl(337,15%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 15%, 80%, 0.4);
css variable
--color-primary: hsl(337, 15%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 15%, 80%)?
HEX: #D4C4CA | RGB: rgb(212, 196, 202) | CMYK: 0%, 8%, 5%, 17% | HSV: 338°, 8%, 83%. Copy any format from the conversion table above.
What colors go well with #D4C4CA?
The complementary color is HSL(157, 15%, 80%). 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, 15%, 80%) in CSS?
As HSL: color: hsl(337, 15%, 80%); — As HEX: color: #D4C4CA; — As RGB: color: rgb(212, 196, 202); — Tailwind CSS: bg-[hsl(337,15%,80%)] — CSS variable: --color-primary: hsl(337, 15%, 80%);