HSL(88, 6%, 75%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(88,6%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 6%, 75%) | color: hsl(88, 6%, 75%) | |
| HEX | #C0C3BB | color: #C0C3BB | |
| RGB | rgb(192, 195, 187) | color: rgb(192, 195, 187) | |
| CMYK | cmyk(2%, 0%, 4%, 24%) | — | |
| HSV | hsv(82, 4%, 76%) | — | |
| HWB | hwb(82 73% 24%) | color: hwb(82 73% 24%) | |
| OKLCH | oklch(0.8125 0.0115 123.5) | color: oklch(0.8125 0.0115 123.5) | |
| Lab | lab(78.36 -2.5 3.65) | color: lab(78.36 -2.5 3.65) | |
| LCH | lch(78.36 4.42 124.41) | color: lch(78.36 4.42 124.41) |
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)
#C1C1BD — rgb(193, 193, 189)
Deuteranopia (Green-blind)
#C1C1BD — rgb(193, 193, 189)
Tritanopia (Blue-blind)
#C0BEBF — rgb(192, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 6%, 75%);
text
color: hsl(88, 6%, 75%);
border
border: 2px solid hsl(88, 6%, 75%);
gradient light
background: linear-gradient(to right, hsl(88, 6%, 95%), hsl(88, 6%, 75%));
gradient dark
background: linear-gradient(to right, hsl(88, 6%, 75%), hsl(88, 6%, 55%))
hex
background-color: #C0C3BB;
tailwind
bg-[hsl(88,6%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 6%, 75%, 0.4);
css variable
--color-primary: hsl(88, 6%, 75%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(88, 6%, 75%)?
HEX: #C0C3BB | RGB: rgb(192, 195, 187) | CMYK: 2%, 0%, 4%, 24% | HSV: 82°, 4%, 76%. Copy any format from the conversion table above.
What colors go well with #C0C3BB?
The complementary color is HSL(268, 6%, 75%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 6%, 75%) in CSS?
As HSL: color: hsl(88, 6%, 75%); — As HEX: color: #C0C3BB; — As RGB: color: rgb(192, 195, 187); — Tailwind CSS: bg-[hsl(88,6%,75%)] — CSS variable: --color-primary: hsl(88, 6%, 75%);