HSL(357, 22%, 73%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,22%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 22%, 73%) | color: hsl(357, 22%, 73%) | |
| HEX | #C9ABAD | color: #C9ABAD | |
| RGB | rgb(201, 171, 173) | color: rgb(201, 171, 173) | |
| CMYK | cmyk(0%, 15%, 14%, 21%) | — | |
| HSV | hsv(356, 15%, 79%) | — | |
| HWB | hwb(356 67% 21%) | color: hwb(356 67% 21%) | |
| OKLCH | oklch(0.7681 0.0351 13.39) | color: oklch(0.7681 0.0351 13.39) | |
| Lab | lab(72.6 11.2 3.02) | color: lab(72.6 11.2 3.02) | |
| LCH | lch(72.6 11.6 15.09) | color: lch(72.6 11.6 15.09) |
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)
#BCBCAD — rgb(188, 188, 173)
Deuteranopia (Green-blind)
#BEC0AC — rgb(190, 192, 172)
Tritanopia (Blue-blind)
#C8ACAC — rgb(200, 172, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 22%, 73%);
text
color: hsl(357, 22%, 73%);
border
border: 2px solid hsl(357, 22%, 73%);
gradient light
background: linear-gradient(to right, hsl(357, 22%, 93%), hsl(357, 22%, 73%));
gradient dark
background: linear-gradient(to right, hsl(357, 22%, 73%), hsl(357, 22%, 53%))
hex
background-color: #C9ABAD;
tailwind
bg-[hsl(357,22%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 22%, 73%, 0.4);
css variable
--color-primary: hsl(357, 22%, 73%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 22%, 73%)?
HEX: #C9ABAD | RGB: rgb(201, 171, 173) | CMYK: 0%, 15%, 14%, 21% | HSV: 356°, 15%, 79%. Copy any format from the conversion table above.
What colors go well with #C9ABAD?
The complementary color is HSL(177, 22%, 73%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 22%, 73%) in CSS?
As HSL: color: hsl(357, 22%, 73%); — As HEX: color: #C9ABAD; — As RGB: color: rgb(201, 171, 173); — Tailwind CSS: bg-[hsl(357,22%,73%)] — CSS variable: --color-primary: hsl(357, 22%, 73%);