HSL(154, 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(154,9%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 9%, 44%) | color: hsl(154, 9%, 44%) | |
| HEX | #667A72 | color: #667A72 | |
| RGB | rgb(102, 122, 114) | color: rgb(102, 122, 114) | |
| CMYK | cmyk(16%, 0%, 7%, 52%) | — | |
| HSV | hsv(156, 16%, 48%) | — | |
| HWB | hwb(156 40% 52%) | color: hwb(156 40% 52%) | |
| OKLCH | oklch(0.5608 0.0265 169.2) | color: oklch(0.5608 0.0265 169.2) | |
| Lab | lab(49.45 -9.07 1.93) | color: lab(49.45 -9.07 1.93) | |
| LCH | lch(49.45 9.27 167.99) | color: lch(49.45 9.27 167.99) |
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)
#6F6F74 — rgb(111, 111, 116)
Deuteranopia (Green-blind)
#6E6C74 — rgb(110, 108, 116)
Tritanopia (Blue-blind)
#677576 — rgb(103, 117, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 9%, 44%);
text
color: hsl(154, 9%, 44%);
border
border: 2px solid hsl(154, 9%, 44%);
gradient light
background: linear-gradient(to right, hsl(154, 9%, 64%), hsl(154, 9%, 44%));
gradient dark
background: linear-gradient(to right, hsl(154, 9%, 44%), hsl(154, 9%, 24%))
hex
background-color: #667A72;
tailwind
bg-[hsl(154,9%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 9%, 44%, 0.4);
css variable
--color-primary: hsl(154, 9%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(154, 9%, 44%)?
HEX: #667A72 | RGB: rgb(102, 122, 114) | CMYK: 16%, 0%, 7%, 52% | HSV: 156°, 16%, 48%. Copy any format from the conversion table above.
What colors go well with #667A72?
The complementary color is HSL(334, 9%, 44%). For a triadic harmony, use hues 154°, 274°, and 34°. For analogous combinations, try hues 124° and 184°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(154, 9%, 44%) in CSS?
As HSL: color: hsl(154, 9%, 44%); — As HEX: color: #667A72; — As RGB: color: rgb(102, 122, 114); — Tailwind CSS: bg-[hsl(154,9%,44%)] — CSS variable: --color-primary: hsl(154, 9%, 44%);