HSL(103, 8%, 77%)
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(103,8%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 8%, 77%) | color: hsl(103, 8%, 77%) | |
| HEX | #C2C9C0 | color: #C2C9C0 | |
| RGB | rgb(194, 201, 192) | color: rgb(194, 201, 192) | |
| CMYK | cmyk(3%, 0%, 4%, 21%) | — | |
| HSV | hsv(107, 4%, 79%) | — | |
| HWB | hwb(107 76% 21%) | color: hwb(107 76% 21%) | |
| OKLCH | oklch(0.8279 0.0145 138.72) | color: oklch(0.8279 0.0145 138.72) | |
| Lab | lab(80.21 -4.05 3.66) | color: lab(80.21 -4.05 3.66) | |
| LCH | lch(80.21 5.46 137.9) | color: lch(80.21 5.46 137.9) |
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)
#C5C5C2 — rgb(197, 197, 194)
Deuteranopia (Green-blind)
#C5C4C3 — rgb(197, 196, 195)
Tritanopia (Blue-blind)
#C2C4C4 — rgb(194, 196, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 8%, 77%);
text
color: hsl(103, 8%, 77%);
border
border: 2px solid hsl(103, 8%, 77%);
gradient light
background: linear-gradient(to right, hsl(103, 8%, 97%), hsl(103, 8%, 77%));
gradient dark
background: linear-gradient(to right, hsl(103, 8%, 77%), hsl(103, 8%, 57%))
hex
background-color: #C2C9C0;
tailwind
bg-[hsl(103,8%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 8%, 77%, 0.4);
css variable
--color-primary: hsl(103, 8%, 77%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(103, 8%, 77%)?
HEX: #C2C9C0 | RGB: rgb(194, 201, 192) | CMYK: 3%, 0%, 4%, 21% | HSV: 107°, 4%, 79%. Copy any format from the conversion table above.
What colors go well with #C2C9C0?
The complementary color is HSL(283, 8%, 77%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 8%, 77%) in CSS?
As HSL: color: hsl(103, 8%, 77%); — As HEX: color: #C2C9C0; — As RGB: color: rgb(194, 201, 192); — Tailwind CSS: bg-[hsl(103,8%,77%)] — CSS variable: --color-primary: hsl(103, 8%, 77%);