HSL(357, 16%, 75%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(357,16%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 16%, 75%) | color: hsl(357, 16%, 75%) | |
| HEX | #C9B5B6 | color: #C9B5B6 | |
| RGB | rgb(201, 181, 182) | color: rgb(201, 181, 182) | |
| CMYK | cmyk(0%, 10%, 9%, 21%) | — | |
| HSV | hsv(357, 10%, 79%) | — | |
| HWB | hwb(357 71% 21%) | color: hwb(357 71% 21%) | |
| OKLCH | oklch(0.7903 0.023 14.19) | color: oklch(0.7903 0.023 14.19) | |
| Lab | lab(75.35 7.3 2.09) | color: lab(75.35 7.3 2.09) | |
| LCH | lch(75.35 7.59 15.98) | color: lch(75.35 7.59 15.98) |
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)
#C2C3B6 — rgb(194, 195, 182)
Tritanopia (Blue-blind)
#C8B6B6 — rgb(200, 182, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 16%, 75%);
text
color: hsl(357, 16%, 75%);
border
border: 2px solid hsl(357, 16%, 75%);
gradient light
background: linear-gradient(to right, hsl(357, 16%, 95%), hsl(357, 16%, 75%));
gradient dark
background: linear-gradient(to right, hsl(357, 16%, 75%), hsl(357, 16%, 55%))
hex
background-color: #C9B5B6;
tailwind
bg-[hsl(357,16%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 16%, 75%, 0.4);
css variable
--color-primary: hsl(357, 16%, 75%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(357, 16%, 75%)?
HEX: #C9B5B6 | RGB: rgb(201, 181, 182) | CMYK: 0%, 10%, 9%, 21% | HSV: 357°, 10%, 79%. Copy any format from the conversion table above.
What colors go well with #C9B5B6?
The complementary color is HSL(177, 16%, 75%). 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, 16%, 75%) in CSS?
As HSL: color: hsl(357, 16%, 75%); — As HEX: color: #C9B5B6; — As RGB: color: rgb(201, 181, 182); — Tailwind CSS: bg-[hsl(357,16%,75%)] — CSS variable: --color-primary: hsl(357, 16%, 75%);