HSL(56, 8%, 73%)
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(56,8%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(56, 8%, 73%) | color: hsl(56, 8%, 73%) | |
| HEX | #C0BFB5 | color: #C0BFB5 | |
| RGB | rgb(192, 191, 181) | color: rgb(192, 191, 181) | |
| CMYK | cmyk(0%, 1%, 6%, 25%) | — | |
| HSV | hsv(55, 6%, 75%) | — | |
| HWB | hwb(55 71% 25%) | color: hwb(55 71% 25%) | |
| OKLCH | oklch(0.8026 0.0139 102.07) | color: oklch(0.8026 0.0139 102.07) | |
| Lab | lab(77.16 -1.45 5.16) | color: lab(77.16 -1.45 5.16) | |
| LCH | lch(77.16 5.36 105.7) | color: lch(77.16 5.36 105.7) |
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)
#C0C0B7 — rgb(192, 192, 183)
Deuteranopia (Green-blind)
#C0C0B8 — rgb(192, 192, 184)
Tritanopia (Blue-blind)
#C0B9BA — rgb(192, 185, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(56, 8%, 73%);
text
color: hsl(56, 8%, 73%);
border
border: 2px solid hsl(56, 8%, 73%);
gradient light
background: linear-gradient(to right, hsl(56, 8%, 93%), hsl(56, 8%, 73%));
gradient dark
background: linear-gradient(to right, hsl(56, 8%, 73%), hsl(56, 8%, 53%))
hex
background-color: #C0BFB5;
tailwind
bg-[hsl(56,8%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(56, 8%, 73%, 0.4);
css variable
--color-primary: hsl(56, 8%, 73%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(56, 8%, 73%)?
HEX: #C0BFB5 | RGB: rgb(192, 191, 181) | CMYK: 0%, 1%, 6%, 25% | HSV: 55°, 6%, 75%. Copy any format from the conversion table above.
What colors go well with #C0BFB5?
The complementary color is HSL(236, 8%, 73%). For a triadic harmony, use hues 56°, 176°, and 296°. For analogous combinations, try hues 26° and 86°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(56, 8%, 73%) in CSS?
As HSL: color: hsl(56, 8%, 73%); — As HEX: color: #C0BFB5; — As RGB: color: rgb(192, 191, 181); — Tailwind CSS: bg-[hsl(56,8%,73%)] — CSS variable: --color-primary: hsl(56, 8%, 73%);