HSL(357, 22%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(357,22%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 22%, 74%) | color: hsl(357, 22%, 74%) | |
| HEX | #CBAEB0 | color: #CBAEB0 | |
| RGB | rgb(203, 174, 176) | color: rgb(203, 174, 176) | |
| CMYK | cmyk(0%, 14%, 13%, 20%) | — | |
| HSV | hsv(356, 14%, 80%) | — | |
| HWB | hwb(356 69% 20%) | color: hwb(356 69% 20%) | |
| OKLCH | oklch(0.7766 0.0338 13.19) | color: oklch(0.7766 0.0338 13.19) | |
| Lab | lab(73.61 10.8 2.87) | color: lab(73.61 10.8 2.87) | |
| LCH | lch(73.61 11.17 14.88) | color: lch(73.61 11.17 14.88) |
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)
#BEBEB0 — rgb(190, 190, 176)
Deuteranopia (Green-blind)
#C0C2AF — rgb(192, 194, 175)
Tritanopia (Blue-blind)
#CAAFAF — rgb(202, 175, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 22%, 74%);
text
color: hsl(357, 22%, 74%);
border
border: 2px solid hsl(357, 22%, 74%);
gradient light
background: linear-gradient(to right, hsl(357, 22%, 94%), hsl(357, 22%, 74%));
gradient dark
background: linear-gradient(to right, hsl(357, 22%, 74%), hsl(357, 22%, 54%))
hex
background-color: #CBAEB0;
tailwind
bg-[hsl(357,22%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 22%, 74%, 0.4);
css variable
--color-primary: hsl(357, 22%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 22%, 74%)?
HEX: #CBAEB0 | RGB: rgb(203, 174, 176) | CMYK: 0%, 14%, 13%, 20% | HSV: 356°, 14%, 80%. Copy any format from the conversion table above.
What colors go well with #CBAEB0?
The complementary color is HSL(177, 22%, 74%). 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%, 74%) in CSS?
As HSL: color: hsl(357, 22%, 74%); — As HEX: color: #CBAEB0; — As RGB: color: rgb(203, 174, 176); — Tailwind CSS: bg-[hsl(357,22%,74%)] — CSS variable: --color-primary: hsl(357, 22%, 74%);