HSL(219, 9%, 44%)
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(219,9%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 9%, 44%) | color: hsl(219, 9%, 44%) | |
| HEX | #666D7A | color: #666D7A | |
| RGB | rgb(102, 109, 122) | color: rgb(102, 109, 122) | |
| CMYK | cmyk(16%, 11%, 0%, 52%) | — | |
| HSV | hsv(219, 16%, 48%) | — | |
| HWB | hwb(219 40% 52%) | color: hwb(219 40% 52%) | |
| OKLCH | oklch(0.5333 0.0221 262.93) | color: oklch(0.5333 0.0221 262.93) | |
| Lab | lab(45.86 0.27 -8.11) | color: lab(45.86 0.27 -8.11) | |
| LCH | lch(45.86 8.11 271.91) | color: lch(45.86 8.11 271.91) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#696977 — rgb(105, 105, 119)
Deuteranopia (Green-blind)
#696876 — rgb(105, 104, 118)
Tritanopia (Blue-blind)
#667474 — rgb(102, 116, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 9%, 44%);
text
color: hsl(219, 9%, 44%);
border
border: 2px solid hsl(219, 9%, 44%);
gradient light
background: linear-gradient(to right, hsl(219, 9%, 64%), hsl(219, 9%, 44%));
gradient dark
background: linear-gradient(to right, hsl(219, 9%, 44%), hsl(219, 9%, 24%))
hex
background-color: #666D7A;
tailwind
bg-[hsl(219,9%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 9%, 44%, 0.4);
css variable
--color-primary: hsl(219, 9%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(219, 9%, 44%)?
HEX: #666D7A | RGB: rgb(102, 109, 122) | CMYK: 16%, 11%, 0%, 52% | HSV: 219°, 16%, 48%. Copy any format from the conversion table above.
What colors go well with #666D7A?
The complementary color is HSL(39, 9%, 44%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 9%, 44%) in CSS?
As HSL: color: hsl(219, 9%, 44%); — As HEX: color: #666D7A; — As RGB: color: rgb(102, 109, 122); — Tailwind CSS: bg-[hsl(219,9%,44%)] — CSS variable: --color-primary: hsl(219, 9%, 44%);