HSL(210, 12%, 62%)
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(210,12%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(210, 12%, 62%) | color: hsl(210, 12%, 62%) | |
| HEX | #929EAA | color: #929EAA | |
| RGB | rgb(146, 158, 170) | color: rgb(146, 158, 170) | |
| CMYK | cmyk(14%, 7%, 0%, 33%) | — | |
| HSV | hsv(210, 14%, 67%) | — | |
| HWB | hwb(210 58% 33%) | color: hwb(210 58% 33%) | |
| OKLCH | oklch(0.6936 0.0223 248.15) | color: oklch(0.6936 0.0223 248.15) | |
| Lab | lab(64.54 -1.73 -7.69) | color: lab(64.54 -1.73 -7.69) | |
| LCH | lch(64.54 7.88 257.32) | color: lch(64.54 7.88 257.32) |
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)
#9797A7 — rgb(151, 151, 167)
Deuteranopia (Green-blind)
#9796A6 — rgb(151, 150, 166)
Tritanopia (Blue-blind)
#93A5A4 — rgb(147, 165, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(210, 12%, 62%);
text
color: hsl(210, 12%, 62%);
border
border: 2px solid hsl(210, 12%, 62%);
gradient light
background: linear-gradient(to right, hsl(210, 12%, 82%), hsl(210, 12%, 62%));
gradient dark
background: linear-gradient(to right, hsl(210, 12%, 62%), hsl(210, 12%, 42%))
hex
background-color: #929EAA;
tailwind
bg-[hsl(210,12%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(210, 12%, 62%, 0.4);
css variable
--color-primary: hsl(210, 12%, 62%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(210, 12%, 62%)?
HEX: #929EAA | RGB: rgb(146, 158, 170) | CMYK: 14%, 7%, 0%, 33% | HSV: 210°, 14%, 67%. Copy any format from the conversion table above.
What colors go well with #929EAA?
The complementary color is HSL(30, 12%, 62%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(210, 12%, 62%) in CSS?
As HSL: color: hsl(210, 12%, 62%); — As HEX: color: #929EAA; — As RGB: color: rgb(146, 158, 170); — Tailwind CSS: bg-[hsl(210,12%,62%)] — CSS variable: --color-primary: hsl(210, 12%, 62%);