HSL(357, 15%, 83%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(357,15%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 15%, 83%) | color: hsl(357, 15%, 83%) | |
| HEX | #DACDCE | color: #DACDCE | |
| RGB | rgb(218, 205, 206) | color: rgb(218, 205, 206) | |
| CMYK | cmyk(0%, 6%, 6%, 15%) | — | |
| HSV | hsv(355, 6%, 85%) | — | |
| HWB | hwb(355 80% 15%) | color: hwb(355 80% 15%) | |
| OKLCH | oklch(0.8591 0.0145 12.07) | color: oklch(0.8591 0.0145 12.07) | |
| Lab | lab(83.46 4.67 1.12) | color: lab(83.46 4.67 1.12) | |
| LCH | lch(83.46 4.8 13.49) | color: lch(83.46 4.8 13.49) |
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)
#D4D4CE — rgb(212, 212, 206)
Deuteranopia (Green-blind)
#D5D6CE — rgb(213, 214, 206)
Tritanopia (Blue-blind)
#D9CECE — rgb(217, 206, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 15%, 83%);
text
color: hsl(357, 15%, 83%);
border
border: 2px solid hsl(357, 15%, 83%);
gradient light
background: linear-gradient(to right, hsl(357, 15%, 100%), hsl(357, 15%, 83%));
gradient dark
background: linear-gradient(to right, hsl(357, 15%, 83%), hsl(357, 15%, 63%))
hex
background-color: #DACDCE;
tailwind
bg-[hsl(357,15%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 15%, 83%, 0.4);
css variable
--color-primary: hsl(357, 15%, 83%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 15%, 83%)?
HEX: #DACDCE | RGB: rgb(218, 205, 206) | CMYK: 0%, 6%, 6%, 15% | HSV: 355°, 6%, 85%. Copy any format from the conversion table above.
What colors go well with #DACDCE?
The complementary color is HSL(177, 15%, 83%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 15%, 83%) in CSS?
As HSL: color: hsl(357, 15%, 83%); — As HEX: color: #DACDCE; — As RGB: color: rgb(218, 205, 206); — Tailwind CSS: bg-[hsl(357,15%,83%)] — CSS variable: --color-primary: hsl(357, 15%, 83%);