HSL(357, 40%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,40%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 40%, 75%) | color: hsl(357, 40%, 75%) | |
| HEX | #D9A6A8 | color: #D9A6A8 | |
| RGB | rgb(217, 166, 168) | color: rgb(217, 166, 168) | |
| CMYK | cmyk(0%, 24%, 23%, 15%) | — | |
| HSV | hsv(358, 24%, 85%) | — | |
| HWB | hwb(358 65% 15%) | color: hwb(358 65% 15%) | |
| OKLCH | oklch(0.7727 0.0604 15.94) | color: oklch(0.7727 0.0604 15.94) | |
| Lab | lab(72.8 19.05 6.25) | color: lab(72.8 19.05 6.25) | |
| LCH | lch(72.8 20.05 18.16) | color: lch(72.8 20.05 18.16) |
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)
#C3C2A8 — rgb(195, 194, 168)
Deuteranopia (Green-blind)
#C6CAA7 — rgb(198, 202, 167)
Tritanopia (Blue-blind)
#D6A7A7 — rgb(214, 167, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 40%, 75%);
text
color: hsl(357, 40%, 75%);
border
border: 2px solid hsl(357, 40%, 75%);
gradient light
background: linear-gradient(to right, hsl(357, 40%, 95%), hsl(357, 40%, 75%));
gradient dark
background: linear-gradient(to right, hsl(357, 40%, 75%), hsl(357, 40%, 55%))
hex
background-color: #D9A6A8;
tailwind
bg-[hsl(357,40%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 40%, 75%, 0.4);
css variable
--color-primary: hsl(357, 40%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 40%, 75%)?
HEX: #D9A6A8 | RGB: rgb(217, 166, 168) | CMYK: 0%, 24%, 23%, 15% | HSV: 358°, 24%, 85%. Copy any format from the conversion table above.
What colors go well with #D9A6A8?
The complementary color is HSL(177, 40%, 75%). 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, 40%, 75%) in CSS?
As HSL: color: hsl(357, 40%, 75%); — As HEX: color: #D9A6A8; — As RGB: color: rgb(217, 166, 168); — Tailwind CSS: bg-[hsl(357,40%,75%)] — CSS variable: --color-primary: hsl(357, 40%, 75%);