HSL(213, 10%, 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(213,10%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(213, 10%, 44%) | color: hsl(213, 10%, 44%) | |
| HEX | #656F7B | color: #656F7B | |
| RGB | rgb(101, 111, 123) | color: rgb(101, 111, 123) | |
| CMYK | cmyk(18%, 10%, 0%, 52%) | — | |
| HSV | hsv(213, 18%, 48%) | — | |
| HWB | hwb(213 39% 52%) | color: hwb(213 39% 52%) | |
| OKLCH | oklch(0.5375 0.0224 253) | color: oklch(0.5375 0.0224 253) | |
| Lab | lab(46.4 -1.03 -7.91) | color: lab(46.4 -1.03 -7.91) | |
| LCH | lch(46.4 7.98 262.58) | color: lch(46.4 7.98 262.58) |
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)
#696978 — rgb(105, 105, 120)
Deuteranopia (Green-blind)
#696877 — rgb(105, 104, 119)
Tritanopia (Blue-blind)
#667675 — rgb(102, 118, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(213, 10%, 44%);
text
color: hsl(213, 10%, 44%);
border
border: 2px solid hsl(213, 10%, 44%);
gradient light
background: linear-gradient(to right, hsl(213, 10%, 64%), hsl(213, 10%, 44%));
gradient dark
background: linear-gradient(to right, hsl(213, 10%, 44%), hsl(213, 10%, 24%))
hex
background-color: #656F7B;
tailwind
bg-[hsl(213,10%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(213, 10%, 44%, 0.4);
css variable
--color-primary: hsl(213, 10%, 44%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(213, 10%, 44%)?
HEX: #656F7B | RGB: rgb(101, 111, 123) | CMYK: 18%, 10%, 0%, 52% | HSV: 213°, 18%, 48%. Copy any format from the conversion table above.
What colors go well with #656F7B?
The complementary color is HSL(33, 10%, 44%). For a triadic harmony, use hues 213°, 333°, and 93°. For analogous combinations, try hues 183° and 243°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(213, 10%, 44%) in CSS?
As HSL: color: hsl(213, 10%, 44%); — As HEX: color: #656F7B; — As RGB: color: rgb(101, 111, 123); — Tailwind CSS: bg-[hsl(213,10%,44%)] — CSS variable: --color-primary: hsl(213, 10%, 44%);