HSL(358, 23%, 74%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,23%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 23%, 74%) | color: hsl(358, 23%, 74%) | |
| HEX | #CCADAE | color: #CCADAE | |
| RGB | rgb(204, 173, 174) | color: rgb(204, 173, 174) | |
| CMYK | cmyk(0%, 15%, 15%, 20%) | — | |
| HSV | hsv(358, 15%, 80%) | — | |
| HWB | hwb(358 68% 20%) | color: hwb(358 68% 20%) | |
| OKLCH | oklch(0.775 0.0361 15.76) | color: oklch(0.775 0.0361 15.76) | |
| Lab | lab(73.4 11.38 3.67) | color: lab(73.4 11.38 3.67) | |
| LCH | lch(73.4 11.96 17.87) | color: lch(73.4 11.96 17.87) |
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)
#BFBEAE — rgb(191, 190, 174)
Deuteranopia (Green-blind)
#C0C3AE — rgb(192, 195, 174)
Tritanopia (Blue-blind)
#CAAEAE — rgb(202, 174, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 23%, 74%);
text
color: hsl(358, 23%, 74%);
border
border: 2px solid hsl(358, 23%, 74%);
gradient light
background: linear-gradient(to right, hsl(358, 23%, 94%), hsl(358, 23%, 74%));
gradient dark
background: linear-gradient(to right, hsl(358, 23%, 74%), hsl(358, 23%, 54%))
hex
background-color: #CCADAE;
tailwind
bg-[hsl(358,23%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 23%, 74%, 0.4);
css variable
--color-primary: hsl(358, 23%, 74%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 23%, 74%)?
HEX: #CCADAE | RGB: rgb(204, 173, 174) | CMYK: 0%, 15%, 15%, 20% | HSV: 358°, 15%, 80%. Copy any format from the conversion table above.
What colors go well with #CCADAE?
The complementary color is HSL(178, 23%, 74%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 23%, 74%) in CSS?
As HSL: color: hsl(358, 23%, 74%); — As HEX: color: #CCADAE; — As RGB: color: rgb(204, 173, 174); — Tailwind CSS: bg-[hsl(358,23%,74%)] — CSS variable: --color-primary: hsl(358, 23%, 74%);