HSL(2, 31%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,31%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 31%, 75%) | color: hsl(2, 31%, 75%) | |
| HEX | #D3ADAB | color: #D3ADAB | |
| RGB | rgb(211, 173, 171) | color: rgb(211, 173, 171) | |
| CMYK | cmyk(0%, 18%, 19%, 17%) | — | |
| HSV | hsv(3, 19%, 83%) | — | |
| HWB | hwb(3 67% 17%) | color: hwb(3 67% 17%) | |
| OKLCH | oklch(0.7808 0.0446 21.69) | color: oklch(0.7808 0.0446 21.69) | |
| Lab | lab(73.98 13.49 6.23) | color: lab(73.98 13.49 6.23) | |
| LCH | lch(73.98 14.86 24.79) | color: lch(73.98 14.86 24.79) |
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)
#C3C2AB — rgb(195, 194, 171)
Deuteranopia (Green-blind)
#C5C8AC — rgb(197, 200, 172)
Tritanopia (Blue-blind)
#D1ACAC — rgb(209, 172, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 31%, 75%);
text
color: hsl(2, 31%, 75%);
border
border: 2px solid hsl(2, 31%, 75%);
gradient light
background: linear-gradient(to right, hsl(2, 31%, 95%), hsl(2, 31%, 75%));
gradient dark
background: linear-gradient(to right, hsl(2, 31%, 75%), hsl(2, 31%, 55%))
hex
background-color: #D3ADAB;
tailwind
bg-[hsl(2,31%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 31%, 75%, 0.4);
css variable
--color-primary: hsl(2, 31%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 31%, 75%)?
HEX: #D3ADAB | RGB: rgb(211, 173, 171) | CMYK: 0%, 18%, 19%, 17% | HSV: 3°, 19%, 83%. Copy any format from the conversion table above.
What colors go well with #D3ADAB?
The complementary color is HSL(182, 31%, 75%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 31%, 75%) in CSS?
As HSL: color: hsl(2, 31%, 75%); — As HEX: color: #D3ADAB; — As RGB: color: rgb(211, 173, 171); — Tailwind CSS: bg-[hsl(2,31%,75%)] — CSS variable: --color-primary: hsl(2, 31%, 75%);