HSL(323, 31%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,31%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 31%, 80%) | color: hsl(323, 31%, 80%) | |
| HEX | #DCBCD0 | color: #DCBCD0 | |
| RGB | rgb(220, 188, 208) | color: rgb(220, 188, 208) | |
| CMYK | cmyk(0%, 15%, 5%, 14%) | — | |
| HSV | hsv(323, 15%, 86%) | — | |
| HWB | hwb(323 73% 14%) | color: hwb(323 73% 14%) | |
| OKLCH | oklch(0.8286 0.045 340.24) | color: oklch(0.8286 0.045 340.24) | |
| Lab | lab(79.46 14.76 -5.79) | color: lab(79.46 14.76 -5.79) | |
| LCH | lch(79.46 15.86 338.58) | color: lch(79.46 15.86 338.58) |
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)
#CECECB — rgb(206, 206, 203)
Deuteranopia (Green-blind)
#D0D2CA — rgb(208, 210, 202)
Tritanopia (Blue-blind)
#DAC7C7 — rgb(218, 199, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 31%, 80%);
text
color: hsl(323, 31%, 80%);
border
border: 2px solid hsl(323, 31%, 80%);
gradient light
background: linear-gradient(to right, hsl(323, 31%, 100%), hsl(323, 31%, 80%));
gradient dark
background: linear-gradient(to right, hsl(323, 31%, 80%), hsl(323, 31%, 60%))
hex
background-color: #DCBCD0;
tailwind
bg-[hsl(323,31%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 31%, 80%, 0.4);
css variable
--color-primary: hsl(323, 31%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 31%, 80%)?
HEX: #DCBCD0 | RGB: rgb(220, 188, 208) | CMYK: 0%, 15%, 5%, 14% | HSV: 323°, 15%, 86%. Copy any format from the conversion table above.
What colors go well with #DCBCD0?
The complementary color is HSL(143, 31%, 80%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 31%, 80%) in CSS?
As HSL: color: hsl(323, 31%, 80%); — As HEX: color: #DCBCD0; — As RGB: color: rgb(220, 188, 208); — Tailwind CSS: bg-[hsl(323,31%,80%)] — CSS variable: --color-primary: hsl(323, 31%, 80%);