HSL(3, 30%, 76%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,30%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 30%, 76%) | color: hsl(3, 30%, 76%) | |
| HEX | #D4B1AF | color: #D4B1AF | |
| RGB | rgb(212, 177, 175) | color: rgb(212, 177, 175) | |
| CMYK | cmyk(0%, 17%, 17%, 17%) | — | |
| HSV | hsv(3, 17%, 83%) | — | |
| HWB | hwb(3 69% 17%) | color: hwb(3 69% 17%) | |
| OKLCH | oklch(0.7906 0.0409 21.91) | color: oklch(0.7906 0.0409 21.91) | |
| Lab | lab(75.16 12.32 5.76) | color: lab(75.16 12.32 5.76) | |
| LCH | lch(75.16 13.6 25.06) | color: lch(75.16 13.6 25.06) |
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)
#C5C5AF — rgb(197, 197, 175)
Deuteranopia (Green-blind)
#C7CAB0 — rgb(199, 202, 176)
Tritanopia (Blue-blind)
#D2B0B0 — rgb(210, 176, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 30%, 76%);
text
color: hsl(3, 30%, 76%);
border
border: 2px solid hsl(3, 30%, 76%);
gradient light
background: linear-gradient(to right, hsl(3, 30%, 96%), hsl(3, 30%, 76%));
gradient dark
background: linear-gradient(to right, hsl(3, 30%, 76%), hsl(3, 30%, 56%))
hex
background-color: #D4B1AF;
tailwind
bg-[hsl(3,30%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 30%, 76%, 0.4);
css variable
--color-primary: hsl(3, 30%, 76%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 30%, 76%)?
HEX: #D4B1AF | RGB: rgb(212, 177, 175) | CMYK: 0%, 17%, 17%, 17% | HSV: 3°, 17%, 83%. Copy any format from the conversion table above.
What colors go well with #D4B1AF?
The complementary color is HSL(183, 30%, 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, 30%, 76%) in CSS?
As HSL: color: hsl(3, 30%, 76%); — As HEX: color: #D4B1AF; — As RGB: color: rgb(212, 177, 175); — Tailwind CSS: bg-[hsl(3,30%,76%)] — CSS variable: --color-primary: hsl(3, 30%, 76%);