HSL(205, 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(205,12%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(205, 12%, 62%) | color: hsl(205, 12%, 62%) | |
| HEX | #92A0AA | color: #92A0AA | |
| RGB | rgb(146, 160, 170) | color: rgb(146, 160, 170) | |
| CMYK | cmyk(14%, 6%, 0%, 33%) | — | |
| HSV | hsv(205, 14%, 67%) | — | |
| HWB | hwb(205 58% 33%) | color: hwb(205 58% 33%) | |
| OKLCH | oklch(0.6979 0.0217 238.81) | color: oklch(0.6979 0.0217 238.81) | |
| Lab | lab(65.08 -2.84 -6.87) | color: lab(65.08 -2.84 -6.87) | |
| LCH | lch(65.08 7.43 247.54) | color: lch(65.08 7.43 247.54) |
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)
#9898A8 — rgb(152, 152, 168)
Deuteranopia (Green-blind)
#9796A7 — rgb(151, 150, 167)
Tritanopia (Blue-blind)
#93A6A5 — rgb(147, 166, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(205, 12%, 62%);
text
color: hsl(205, 12%, 62%);
border
border: 2px solid hsl(205, 12%, 62%);
gradient light
background: linear-gradient(to right, hsl(205, 12%, 82%), hsl(205, 12%, 62%));
gradient dark
background: linear-gradient(to right, hsl(205, 12%, 62%), hsl(205, 12%, 42%))
hex
background-color: #92A0AA;
tailwind
bg-[hsl(205,12%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(205, 12%, 62%, 0.4);
css variable
--color-primary: hsl(205, 12%, 62%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(205, 12%, 62%)?
HEX: #92A0AA | RGB: rgb(146, 160, 170) | CMYK: 14%, 6%, 0%, 33% | HSV: 205°, 14%, 67%. Copy any format from the conversion table above.
What colors go well with #92A0AA?
The complementary color is HSL(25, 12%, 62%). For a triadic harmony, use hues 205°, 325°, and 85°. For analogous combinations, try hues 175° and 235°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(205, 12%, 62%) in CSS?
As HSL: color: hsl(205, 12%, 62%); — As HEX: color: #92A0AA; — As RGB: color: rgb(146, 160, 170); — Tailwind CSS: bg-[hsl(205,12%,62%)] — CSS variable: --color-primary: hsl(205, 12%, 62%);