HSL(4, 15%, 71%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(4,15%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(4, 15%, 71%) | color: hsl(4, 15%, 71%) | |
| HEX | #C0ABAA | color: #C0ABAA | |
| RGB | rgb(192, 171, 170) | color: rgb(192, 171, 170) | |
| CMYK | cmyk(0%, 11%, 11%, 25%) | — | |
| HSV | hsv(3, 11%, 75%) | — | |
| HWB | hwb(3 67% 25%) | color: hwb(3 67% 25%) | |
| OKLCH | oklch(0.759 0.0245 20.98) | color: oklch(0.759 0.0245 20.98) | |
| Lab | lab(71.71 7.41 3.29) | color: lab(71.71 7.41 3.29) | |
| LCH | lch(71.71 8.11 23.94) | color: lch(71.71 8.11 23.94) |
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)
#B7B7AA — rgb(183, 183, 170)
Deuteranopia (Green-blind)
#B8BAAA — rgb(184, 186, 170)
Tritanopia (Blue-blind)
#BFAAAA — rgb(191, 170, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(4, 15%, 71%);
text
color: hsl(4, 15%, 71%);
border
border: 2px solid hsl(4, 15%, 71%);
gradient light
background: linear-gradient(to right, hsl(4, 15%, 91%), hsl(4, 15%, 71%));
gradient dark
background: linear-gradient(to right, hsl(4, 15%, 71%), hsl(4, 15%, 51%))
hex
background-color: #C0ABAA;
tailwind
bg-[hsl(4,15%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(4, 15%, 71%, 0.4);
css variable
--color-primary: hsl(4, 15%, 71%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(4, 15%, 71%)?
HEX: #C0ABAA | RGB: rgb(192, 171, 170) | CMYK: 0%, 11%, 11%, 25% | HSV: 3°, 11%, 75%. Copy any format from the conversion table above.
What colors go well with #C0ABAA?
The complementary color is HSL(184, 15%, 71%). For a triadic harmony, use hues 4°, 124°, and 244°. For analogous combinations, try hues 334° and 34°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(4, 15%, 71%) in CSS?
As HSL: color: hsl(4, 15%, 71%); — As HEX: color: #C0ABAA; — As RGB: color: rgb(192, 171, 170); — Tailwind CSS: bg-[hsl(4,15%,71%)] — CSS variable: --color-primary: hsl(4, 15%, 71%);