HSL(222, 14%, 44%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(222,14%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 14%, 44%) | color: hsl(222, 14%, 44%) | |
| HEX | #606A80 | color: #606A80 | |
| RGB | rgb(96, 106, 128) | color: rgb(96, 106, 128) | |
| CMYK | cmyk(25%, 17%, 0%, 50%) | — | |
| HSV | hsv(221, 25%, 50%) | — | |
| HWB | hwb(221 38% 50%) | color: hwb(221 38% 50%) | |
| OKLCH | oklch(0.524 0.0369 265.88) | color: oklch(0.524 0.0369 265.88) | |
| Lab | lab(44.73 1.47 -13.45) | color: lab(44.73 1.47 -13.45) | |
| LCH | lch(44.73 13.53 276.24) | color: lch(44.73 13.53 276.24) |
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)
#64647B — rgb(100, 100, 123)
Deuteranopia (Green-blind)
#646379 — rgb(100, 99, 121)
Tritanopia (Blue-blind)
#617676 — rgb(97, 118, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 14%, 44%);
text
color: hsl(222, 14%, 44%);
border
border: 2px solid hsl(222, 14%, 44%);
gradient light
background: linear-gradient(to right, hsl(222, 14%, 64%), hsl(222, 14%, 44%));
gradient dark
background: linear-gradient(to right, hsl(222, 14%, 44%), hsl(222, 14%, 24%))
hex
background-color: #606A80;
tailwind
bg-[hsl(222,14%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 14%, 44%, 0.4);
css variable
--color-primary: hsl(222, 14%, 44%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 14%, 44%)?
HEX: #606A80 | RGB: rgb(96, 106, 128) | CMYK: 25%, 17%, 0%, 50% | HSV: 221°, 25%, 50%. Copy any format from the conversion table above.
What colors go well with #606A80?
The complementary color is HSL(42, 14%, 44%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 14%, 44%) in CSS?
As HSL: color: hsl(222, 14%, 44%); — As HEX: color: #606A80; — As RGB: color: rgb(96, 106, 128); — Tailwind CSS: bg-[hsl(222,14%,44%)] — CSS variable: --color-primary: hsl(222, 14%, 44%);