HSL(357, 46%, 77%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,46%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 46%, 77%) | color: hsl(357, 46%, 77%) | |
| HEX | #DFA9AC | color: #DFA9AC | |
| RGB | rgb(223, 169, 172) | color: rgb(223, 169, 172) | |
| CMYK | cmyk(0%, 24%, 23%, 13%) | — | |
| HSV | hsv(357, 24%, 87%) | — | |
| HWB | hwb(357 66% 13%) | color: hwb(357 66% 13%) | |
| OKLCH | oklch(0.7855 0.0638 14.91) | color: oklch(0.7855 0.0638 14.91) | |
| Lab | lab(74.22 20.24 6.18) | color: lab(74.22 20.24 6.18) | |
| LCH | lch(74.22 21.16 16.98) | color: lch(74.22 21.16 16.98) |
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)
#C8C7AB — rgb(200, 199, 171)
Deuteranopia (Green-blind)
#CBCFAB — rgb(203, 207, 171)
Tritanopia (Blue-blind)
#DCABAB — rgb(220, 171, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 46%, 77%);
text
color: hsl(357, 46%, 77%);
border
border: 2px solid hsl(357, 46%, 77%);
gradient light
background: linear-gradient(to right, hsl(357, 46%, 97%), hsl(357, 46%, 77%));
gradient dark
background: linear-gradient(to right, hsl(357, 46%, 77%), hsl(357, 46%, 57%))
hex
background-color: #DFA9AC;
tailwind
bg-[hsl(357,46%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 46%, 77%, 0.4);
css variable
--color-primary: hsl(357, 46%, 77%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 46%, 77%)?
HEX: #DFA9AC | RGB: rgb(223, 169, 172) | CMYK: 0%, 24%, 23%, 13% | HSV: 357°, 24%, 87%. Copy any format from the conversion table above.
What colors go well with #DFA9AC?
The complementary color is HSL(177, 46%, 77%). 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, 46%, 77%) in CSS?
As HSL: color: hsl(357, 46%, 77%); — As HEX: color: #DFA9AC; — As RGB: color: rgb(223, 169, 172); — Tailwind CSS: bg-[hsl(357,46%,77%)] — CSS variable: --color-primary: hsl(357, 46%, 77%);