HSL(355, 30%, 81%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,30%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 30%, 81%) | color: hsl(355, 30%, 81%) | |
| HEX | #DDC0C2 | color: #DDC0C2 | |
| RGB | rgb(221, 192, 194) | color: rgb(221, 192, 194) | |
| CMYK | cmyk(0%, 13%, 12%, 13%) | — | |
| HSV | hsv(356, 13%, 87%) | — | |
| HWB | hwb(356 76% 13%) | color: hwb(356 76% 13%) | |
| OKLCH | oklch(0.833 0.0331 13.11) | color: oklch(0.833 0.0331 13.11) | |
| Lab | lab(80.16 10.59 2.79) | color: lab(80.16 10.59 2.79) | |
| LCH | lch(80.16 10.95 14.76) | color: lch(80.16 10.95 14.76) |
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)
#D0D0C2 — rgb(208, 208, 194)
Deuteranopia (Green-blind)
#D2D4C1 — rgb(210, 212, 193)
Tritanopia (Blue-blind)
#DCC1C1 — rgb(220, 193, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 30%, 81%);
text
color: hsl(355, 30%, 81%);
border
border: 2px solid hsl(355, 30%, 81%);
gradient light
background: linear-gradient(to right, hsl(355, 30%, 100%), hsl(355, 30%, 81%));
gradient dark
background: linear-gradient(to right, hsl(355, 30%, 81%), hsl(355, 30%, 61%))
hex
background-color: #DDC0C2;
tailwind
bg-[hsl(355,30%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 30%, 81%, 0.4);
css variable
--color-primary: hsl(355, 30%, 81%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 30%, 81%)?
HEX: #DDC0C2 | RGB: rgb(221, 192, 194) | CMYK: 0%, 13%, 12%, 13% | HSV: 356°, 13%, 87%. Copy any format from the conversion table above.
What colors go well with #DDC0C2?
The complementary color is HSL(175, 30%, 81%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 30%, 81%) in CSS?
As HSL: color: hsl(355, 30%, 81%); — As HEX: color: #DDC0C2; — As RGB: color: rgb(221, 192, 194); — Tailwind CSS: bg-[hsl(355,30%,81%)] — CSS variable: --color-primary: hsl(355, 30%, 81%);