HSL(192, 3%, 76%)
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(192,3%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 3%, 76%) | color: hsl(192, 3%, 76%) | |
| HEX | #C0C3C4 | color: #C0C3C4 | |
| RGB | rgb(192, 195, 196) | color: rgb(192, 195, 196) | |
| CMYK | cmyk(2%, 1%, 0%, 23%) | — | |
| HSV | hsv(195, 2%, 77%) | — | |
| HWB | hwb(195 75% 23%) | color: hwb(195 75% 23%) | |
| OKLCH | oklch(0.8151 0.0036 219.54) | color: oklch(0.8151 0.0036 219.54) | |
| Lab | lab(78.59 -0.85 -0.86) | color: lab(78.59 -0.85 -0.86) | |
| LCH | lch(78.59 1.21 225.34) | color: lch(78.59 1.21 225.34) |
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)
#C1C1C4 — rgb(193, 193, 196)
Deuteranopia (Green-blind)
#C1C1C4 — rgb(193, 193, 196)
Tritanopia (Blue-blind)
#C0C4C4 — rgb(192, 196, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 3%, 76%);
text
color: hsl(192, 3%, 76%);
border
border: 2px solid hsl(192, 3%, 76%);
gradient light
background: linear-gradient(to right, hsl(192, 3%, 96%), hsl(192, 3%, 76%));
gradient dark
background: linear-gradient(to right, hsl(192, 3%, 76%), hsl(192, 3%, 56%))
hex
background-color: #C0C3C4;
tailwind
bg-[hsl(192,3%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 3%, 76%, 0.4);
css variable
--color-primary: hsl(192, 3%, 76%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(192, 3%, 76%)?
HEX: #C0C3C4 | RGB: rgb(192, 195, 196) | CMYK: 2%, 1%, 0%, 23% | HSV: 195°, 2%, 77%. Copy any format from the conversion table above.
What colors go well with #C0C3C4?
The complementary color is HSL(12, 3%, 76%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 3%, 76%) in CSS?
As HSL: color: hsl(192, 3%, 76%); — As HEX: color: #C0C3C4; — As RGB: color: rgb(192, 195, 196); — Tailwind CSS: bg-[hsl(192,3%,76%)] — CSS variable: --color-primary: hsl(192, 3%, 76%);