HSL(3, 35%, 76%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,35%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 35%, 76%) | color: hsl(3, 35%, 76%) | |
| HEX | #D7AFAC | color: #D7AFAC | |
| RGB | rgb(215, 175, 172) | color: rgb(215, 175, 172) | |
| CMYK | cmyk(0%, 19%, 20%, 16%) | — | |
| HSV | hsv(4, 20%, 84%) | — | |
| HWB | hwb(4 67% 16%) | color: hwb(4 67% 16%) | |
| OKLCH | oklch(0.7888 0.047 23.21) | color: oklch(0.7888 0.047 23.21) | |
| Lab | lab(74.88 14.05 7.03) | color: lab(74.88 14.05 7.03) | |
| LCH | lch(74.88 15.71 26.58) | color: lch(74.88 15.71 26.58) |
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)
#C6C5AD — rgb(198, 197, 173)
Deuteranopia (Green-blind)
#C8CBAD — rgb(200, 203, 173)
Tritanopia (Blue-blind)
#D5ADAD — rgb(213, 173, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 35%, 76%);
text
color: hsl(3, 35%, 76%);
border
border: 2px solid hsl(3, 35%, 76%);
gradient light
background: linear-gradient(to right, hsl(3, 35%, 96%), hsl(3, 35%, 76%));
gradient dark
background: linear-gradient(to right, hsl(3, 35%, 76%), hsl(3, 35%, 56%))
hex
background-color: #D7AFAC;
tailwind
bg-[hsl(3,35%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 35%, 76%, 0.4);
css variable
--color-primary: hsl(3, 35%, 76%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 35%, 76%)?
HEX: #D7AFAC | RGB: rgb(215, 175, 172) | CMYK: 0%, 19%, 20%, 16% | HSV: 4°, 20%, 84%. Copy any format from the conversion table above.
What colors go well with #D7AFAC?
The complementary color is HSL(183, 35%, 76%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 35%, 76%) in CSS?
As HSL: color: hsl(3, 35%, 76%); — As HEX: color: #D7AFAC; — As RGB: color: rgb(215, 175, 172); — Tailwind CSS: bg-[hsl(3,35%,76%)] — CSS variable: --color-primary: hsl(3, 35%, 76%);