HSL(211, 7%, 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(211,7%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 7%, 44%) | color: hsl(211, 7%, 44%) | |
| HEX | #687078 | color: #687078 | |
| RGB | rgb(104, 112, 120) | color: rgb(104, 112, 120) | |
| CMYK | cmyk(13%, 7%, 0%, 53%) | — | |
| HSV | hsv(210, 13%, 47%) | — | |
| HWB | hwb(210 41% 53%) | color: hwb(210 41% 53%) | |
| OKLCH | oklch(0.5411 0.0158 248.12) | color: oklch(0.5411 0.0158 248.12) | |
| Lab | lab(46.83 -1.25 -5.46) | color: lab(46.83 -1.25 -5.46) | |
| LCH | lch(46.83 5.6 257.11) | color: lch(46.83 5.6 257.11) |
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)
#6B6C76 — rgb(107, 108, 118)
Deuteranopia (Green-blind)
#6B6A76 — rgb(107, 106, 118)
Tritanopia (Blue-blind)
#687574 — rgb(104, 117, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 7%, 44%);
text
color: hsl(211, 7%, 44%);
border
border: 2px solid hsl(211, 7%, 44%);
gradient light
background: linear-gradient(to right, hsl(211, 7%, 64%), hsl(211, 7%, 44%));
gradient dark
background: linear-gradient(to right, hsl(211, 7%, 44%), hsl(211, 7%, 24%))
hex
background-color: #687078;
tailwind
bg-[hsl(211,7%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 7%, 44%, 0.4);
css variable
--color-primary: hsl(211, 7%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(211, 7%, 44%)?
HEX: #687078 | RGB: rgb(104, 112, 120) | CMYK: 13%, 7%, 0%, 53% | HSV: 210°, 13%, 47%. Copy any format from the conversion table above.
What colors go well with #687078?
The complementary color is HSL(31, 7%, 44%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 7%, 44%) in CSS?
As HSL: color: hsl(211, 7%, 44%); — As HEX: color: #687078; — As RGB: color: rgb(104, 112, 120); — Tailwind CSS: bg-[hsl(211,7%,44%)] — CSS variable: --color-primary: hsl(211, 7%, 44%);