HSL(311, 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(311,8%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 8%, 73%) | color: hsl(311, 8%, 73%) | |
| HEX | #C0B5BE | color: #C0B5BE | |
| RGB | rgb(192, 181, 190) | color: rgb(192, 181, 190) | |
| CMYK | cmyk(0%, 6%, 1%, 25%) | — | |
| HSV | hsv(311, 6%, 75%) | — | |
| HWB | hwb(311 71% 25%) | color: hwb(311 71% 25%) | |
| OKLCH | oklch(0.7849 0.0176 331.67) | color: oklch(0.7849 0.0176 331.67) | |
| Lab | lab(74.81 5.53 -3.16) | color: lab(74.81 5.53 -3.16) | |
| LCH | lch(74.81 6.37 330.26) | color: lch(74.81 6.37 330.26) |
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)
#BBBBBC — rgb(187, 187, 188)
Deuteranopia (Green-blind)
#BCBDBB — rgb(188, 189, 187)
Tritanopia (Blue-blind)
#BFBABA — rgb(191, 186, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 8%, 73%);
text
color: hsl(311, 8%, 73%);
border
border: 2px solid hsl(311, 8%, 73%);
gradient light
background: linear-gradient(to right, hsl(311, 8%, 93%), hsl(311, 8%, 73%));
gradient dark
background: linear-gradient(to right, hsl(311, 8%, 73%), hsl(311, 8%, 53%))
hex
background-color: #C0B5BE;
tailwind
bg-[hsl(311,8%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 8%, 73%, 0.4);
css variable
--color-primary: hsl(311, 8%, 73%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(311, 8%, 73%)?
HEX: #C0B5BE | RGB: rgb(192, 181, 190) | CMYK: 0%, 6%, 1%, 25% | HSV: 311°, 6%, 75%. Copy any format from the conversion table above.
What colors go well with #C0B5BE?
The complementary color is HSL(131, 8%, 73%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 8%, 73%) in CSS?
As HSL: color: hsl(311, 8%, 73%); — As HEX: color: #C0B5BE; — As RGB: color: rgb(192, 181, 190); — Tailwind CSS: bg-[hsl(311,8%,73%)] — CSS variable: --color-primary: hsl(311, 8%, 73%);