HSL(12, 20%, 83%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,20%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 20%, 83%) | color: hsl(12, 20%, 83%) | |
| HEX | #DCCECB | color: #DCCECB | |
| RGB | rgb(220, 206, 203) | color: rgb(220, 206, 203) | |
| CMYK | cmyk(0%, 6%, 8%, 14%) | — | |
| HSV | hsv(11, 8%, 86%) | — | |
| HWB | hwb(11 79% 14%) | color: hwb(11 79% 14%) | |
| OKLCH | oklch(0.8619 0.0162 32.01) | color: oklch(0.8619 0.0162 32.01) | |
| Lab | lab(83.79 4.33 3.23) | color: lab(83.79 4.33 3.23) | |
| LCH | lch(83.79 5.4 36.72) | color: lch(83.79 5.4 36.72) |
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)
#D6D6CC — rgb(214, 214, 204)
Deuteranopia (Green-blind)
#D7D8CC — rgb(215, 216, 204)
Tritanopia (Blue-blind)
#DBCCCC — rgb(219, 204, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 20%, 83%);
text
color: hsl(12, 20%, 83%);
border
border: 2px solid hsl(12, 20%, 83%);
gradient light
background: linear-gradient(to right, hsl(12, 20%, 100%), hsl(12, 20%, 83%));
gradient dark
background: linear-gradient(to right, hsl(12, 20%, 83%), hsl(12, 20%, 63%))
hex
background-color: #DCCECB;
tailwind
bg-[hsl(12,20%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 20%, 83%, 0.4);
css variable
--color-primary: hsl(12, 20%, 83%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 20%, 83%)?
HEX: #DCCECB | RGB: rgb(220, 206, 203) | CMYK: 0%, 6%, 8%, 14% | HSV: 11°, 8%, 86%. Copy any format from the conversion table above.
What colors go well with #DCCECB?
The complementary color is HSL(192, 20%, 83%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 20%, 83%) in CSS?
As HSL: color: hsl(12, 20%, 83%); — As HEX: color: #DCCECB; — As RGB: color: rgb(220, 206, 203); — Tailwind CSS: bg-[hsl(12,20%,83%)] — CSS variable: --color-primary: hsl(12, 20%, 83%);