HSL(5, 5%, 75%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(5,5%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(5, 5%, 75%) | color: hsl(5, 5%, 75%) | |
| HEX | #C2BDBC | color: #C2BDBC | |
| RGB | rgb(194, 189, 188) | color: rgb(194, 189, 188) | |
| CMYK | cmyk(0%, 3%, 3%, 24%) | — | |
| HSV | hsv(10, 3%, 76%) | — | |
| HWB | hwb(10 74% 24%) | color: hwb(10 74% 24%) | |
| OKLCH | oklch(0.8021 0.0058 31.06) | color: oklch(0.8021 0.0058 31.06) | |
| Lab | lab(76.98 1.57 1.12) | color: lab(76.98 1.57 1.12) | |
| LCH | lch(76.98 1.93 35.5) | color: lch(76.98 1.93 35.5) |
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)
#C0C0BC — rgb(192, 192, 188)
Deuteranopia (Green-blind)
#C0C1BC — rgb(192, 193, 188)
Tritanopia (Blue-blind)
#C2BCBC — rgb(194, 188, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(5, 5%, 75%);
text
color: hsl(5, 5%, 75%);
border
border: 2px solid hsl(5, 5%, 75%);
gradient light
background: linear-gradient(to right, hsl(5, 5%, 95%), hsl(5, 5%, 75%));
gradient dark
background: linear-gradient(to right, hsl(5, 5%, 75%), hsl(5, 5%, 55%))
hex
background-color: #C2BDBC;
tailwind
bg-[hsl(5,5%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(5, 5%, 75%, 0.4);
css variable
--color-primary: hsl(5, 5%, 75%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(5, 5%, 75%)?
HEX: #C2BDBC | RGB: rgb(194, 189, 188) | CMYK: 0%, 3%, 3%, 24% | HSV: 10°, 3%, 76%. Copy any format from the conversion table above.
What colors go well with #C2BDBC?
The complementary color is HSL(185, 5%, 75%). For a triadic harmony, use hues 5°, 125°, and 245°. For analogous combinations, try hues 335° and 35°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(5, 5%, 75%) in CSS?
As HSL: color: hsl(5, 5%, 75%); — As HEX: color: #C2BDBC; — As RGB: color: rgb(194, 189, 188); — Tailwind CSS: bg-[hsl(5,5%,75%)] — CSS variable: --color-primary: hsl(5, 5%, 75%);