HSL(351, 27%, 77%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(351,27%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(351, 27%, 77%) | color: hsl(351, 27%, 77%) | |
| HEX | #D4B5B9 | color: #D4B5B9 | |
| RGB | rgb(212, 181, 185) | color: rgb(212, 181, 185) | |
| CMYK | cmyk(0%, 15%, 13%, 17%) | — | |
| HSV | hsv(352, 15%, 83%) | — | |
| HWB | hwb(352 71% 17%) | color: hwb(352 71% 17%) | |
| OKLCH | oklch(0.8011 0.0361 9.13) | color: oklch(0.8011 0.0361 9.13) | |
| Lab | lab(76.4 11.77 2.11) | color: lab(76.4 11.77 2.11) | |
| LCH | lch(76.4 11.96 10.16) | color: lch(76.4 11.96 10.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)
#C7C6B8 — rgb(199, 198, 184)
Deuteranopia (Green-blind)
#C8CBB8 — rgb(200, 203, 184)
Tritanopia (Blue-blind)
#D2B7B7 — rgb(210, 183, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(351, 27%, 77%);
text
color: hsl(351, 27%, 77%);
border
border: 2px solid hsl(351, 27%, 77%);
gradient light
background: linear-gradient(to right, hsl(351, 27%, 97%), hsl(351, 27%, 77%));
gradient dark
background: linear-gradient(to right, hsl(351, 27%, 77%), hsl(351, 27%, 57%))
hex
background-color: #D4B5B9;
tailwind
bg-[hsl(351,27%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(351, 27%, 77%, 0.4);
css variable
--color-primary: hsl(351, 27%, 77%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(351, 27%, 77%)?
HEX: #D4B5B9 | RGB: rgb(212, 181, 185) | CMYK: 0%, 15%, 13%, 17% | HSV: 352°, 15%, 83%. Copy any format from the conversion table above.
What colors go well with #D4B5B9?
The complementary color is HSL(171, 27%, 77%). For a triadic harmony, use hues 351°, 111°, and 231°. For analogous combinations, try hues 321° and 21°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(351, 27%, 77%) in CSS?
As HSL: color: hsl(351, 27%, 77%); — As HEX: color: #D4B5B9; — As RGB: color: rgb(212, 181, 185); — Tailwind CSS: bg-[hsl(351,27%,77%)] — CSS variable: --color-primary: hsl(351, 27%, 77%);