HSL(359, 9%, 76%)
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(359,9%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 9%, 76%) | color: hsl(359, 9%, 76%) | |
| HEX | #C7BCBC | color: #C7BCBC | |
| RGB | rgb(199, 188, 188) | color: rgb(199, 188, 188) | |
| CMYK | cmyk(0%, 6%, 6%, 22%) | — | |
| HSV | hsv(0, 6%, 78%) | — | |
| HWB | hwb(0 73% 22%) | color: hwb(0 73% 22%) | |
| OKLCH | oklch(0.8043 0.0125 17.42) | color: oklch(0.8043 0.0125 17.42) | |
| Lab | lab(77.13 3.87 1.39) | color: lab(77.13 3.87 1.39) | |
| LCH | lch(77.13 4.11 19.76) | color: lch(77.13 4.11 19.76) |
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)
#C2C2BC — rgb(194, 194, 188)
Deuteranopia (Green-blind)
#C3C4BC — rgb(195, 196, 188)
Tritanopia (Blue-blind)
#C6BCBC — rgb(198, 188, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 9%, 76%);
text
color: hsl(359, 9%, 76%);
border
border: 2px solid hsl(359, 9%, 76%);
gradient light
background: linear-gradient(to right, hsl(359, 9%, 96%), hsl(359, 9%, 76%));
gradient dark
background: linear-gradient(to right, hsl(359, 9%, 76%), hsl(359, 9%, 56%))
hex
background-color: #C7BCBC;
tailwind
bg-[hsl(359,9%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 9%, 76%, 0.4);
css variable
--color-primary: hsl(359, 9%, 76%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(359, 9%, 76%)?
HEX: #C7BCBC | RGB: rgb(199, 188, 188) | CMYK: 0%, 6%, 6%, 22% | HSV: 0°, 6%, 78%. Copy any format from the conversion table above.
What colors go well with #C7BCBC?
The complementary color is HSL(179, 9%, 76%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 9%, 76%) in CSS?
As HSL: color: hsl(359, 9%, 76%); — As HEX: color: #C7BCBC; — As RGB: color: rgb(199, 188, 188); — Tailwind CSS: bg-[hsl(359,9%,76%)] — CSS variable: --color-primary: hsl(359, 9%, 76%);