HSL(1, 19%, 79%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(1,19%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 19%, 79%) | color: hsl(1, 19%, 79%) | |
| HEX | #D4C0BF | color: #D4C0BF | |
| RGB | rgb(212, 192, 191) | color: rgb(212, 192, 191) | |
| CMYK | cmyk(0%, 9%, 10%, 17%) | — | |
| HSV | hsv(3, 10%, 83%) | — | |
| HWB | hwb(3 75% 17%) | color: hwb(3 75% 17%) | |
| OKLCH | oklch(0.8242 0.0228 21.07) | color: oklch(0.8242 0.0228 21.07) | |
| Lab | lab(79.3 6.88 3.07) | color: lab(79.3 6.88 3.07) | |
| LCH | lch(79.3 7.53 24.05) | color: lch(79.3 7.53 24.05) |
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)
#CBCBBF — rgb(203, 203, 191)
Deuteranopia (Green-blind)
#CDCEBF — rgb(205, 206, 191)
Tritanopia (Blue-blind)
#D3BFBF — rgb(211, 191, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 19%, 79%);
text
color: hsl(1, 19%, 79%);
border
border: 2px solid hsl(1, 19%, 79%);
gradient light
background: linear-gradient(to right, hsl(1, 19%, 99%), hsl(1, 19%, 79%));
gradient dark
background: linear-gradient(to right, hsl(1, 19%, 79%), hsl(1, 19%, 59%))
hex
background-color: #D4C0BF;
tailwind
bg-[hsl(1,19%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 19%, 79%, 0.4);
css variable
--color-primary: hsl(1, 19%, 79%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(1, 19%, 79%)?
HEX: #D4C0BF | RGB: rgb(212, 192, 191) | CMYK: 0%, 9%, 10%, 17% | HSV: 3°, 10%, 83%. Copy any format from the conversion table above.
What colors go well with #D4C0BF?
The complementary color is HSL(181, 19%, 79%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 19%, 79%) in CSS?
As HSL: color: hsl(1, 19%, 79%); — As HEX: color: #D4C0BF; — As RGB: color: rgb(212, 192, 191); — Tailwind CSS: bg-[hsl(1,19%,79%)] — CSS variable: --color-primary: hsl(1, 19%, 79%);