HSL(356, 17%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(356,17%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 17%, 75%) | color: hsl(356, 17%, 75%) | |
| HEX | #CAB4B6 | color: #CAB4B6 | |
| RGB | rgb(202, 180, 182) | color: rgb(202, 180, 182) | |
| CMYK | cmyk(0%, 11%, 10%, 21%) | — | |
| HSV | hsv(355, 11%, 79%) | — | |
| HWB | hwb(355 70% 21%) | color: hwb(355 70% 21%) | |
| OKLCH | oklch(0.7892 0.0254 11.43) | color: oklch(0.7892 0.0254 11.43) | |
| Lab | lab(75.19 8.2 1.86) | color: lab(75.19 8.2 1.86) | |
| LCH | lch(75.19 8.41 12.78) | color: lch(75.19 8.41 12.78) |
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)
#C0C0B6 — rgb(192, 192, 182)
Deuteranopia (Green-blind)
#C2C3B5 — rgb(194, 195, 181)
Tritanopia (Blue-blind)
#C9B5B5 — rgb(201, 181, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 17%, 75%);
text
color: hsl(356, 17%, 75%);
border
border: 2px solid hsl(356, 17%, 75%);
gradient light
background: linear-gradient(to right, hsl(356, 17%, 95%), hsl(356, 17%, 75%));
gradient dark
background: linear-gradient(to right, hsl(356, 17%, 75%), hsl(356, 17%, 55%))
hex
background-color: #CAB4B6;
tailwind
bg-[hsl(356,17%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 17%, 75%, 0.4);
css variable
--color-primary: hsl(356, 17%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(356, 17%, 75%)?
HEX: #CAB4B6 | RGB: rgb(202, 180, 182) | CMYK: 0%, 11%, 10%, 21% | HSV: 355°, 11%, 79%. Copy any format from the conversion table above.
What colors go well with #CAB4B6?
The complementary color is HSL(176, 17%, 75%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 17%, 75%) in CSS?
As HSL: color: hsl(356, 17%, 75%); — As HEX: color: #CAB4B6; — As RGB: color: rgb(202, 180, 182); — Tailwind CSS: bg-[hsl(356,17%,75%)] — CSS variable: --color-primary: hsl(356, 17%, 75%);