HSL(222, 14%, 71%)
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%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 14%, 71%) | color: hsl(222, 14%, 71%) | |
| HEX | #ABB1BF | color: #ABB1BF | |
| RGB | rgb(171, 177, 191) | color: rgb(171, 177, 191) | |
| CMYK | cmyk(10%, 7%, 0%, 25%) | — | |
| HSV | hsv(222, 10%, 75%) | — | |
| HWB | hwb(222 68% 25%) | color: hwb(222 68% 25%) | |
| OKLCH | oklch(0.76 0.0211 267.24) | color: oklch(0.76 0.0211 267.24) | |
| Lab | lab(72.14 0.69 -7.84) | color: lab(72.14 0.69 -7.84) | |
| LCH | lch(72.14 7.87 275.03) | color: lch(72.14 7.87 275.03) |
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)
#AEAEBC — rgb(174, 174, 188)
Deuteranopia (Green-blind)
#ADADBB — rgb(173, 173, 187)
Tritanopia (Blue-blind)
#ABB9B8 — rgb(171, 185, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 14%, 71%);
text
color: hsl(222, 14%, 71%);
border
border: 2px solid hsl(222, 14%, 71%);
gradient light
background: linear-gradient(to right, hsl(222, 14%, 91%), hsl(222, 14%, 71%));
gradient dark
background: linear-gradient(to right, hsl(222, 14%, 71%), hsl(222, 14%, 51%))
hex
background-color: #ABB1BF;
tailwind
bg-[hsl(222,14%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 14%, 71%, 0.4);
css variable
--color-primary: hsl(222, 14%, 71%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 14%, 71%)?
HEX: #ABB1BF | RGB: rgb(171, 177, 191) | CMYK: 10%, 7%, 0%, 25% | HSV: 222°, 10%, 75%. Copy any format from the conversion table above.
What colors go well with #ABB1BF?
The complementary color is HSL(42, 14%, 71%). 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%, 71%) in CSS?
As HSL: color: hsl(222, 14%, 71%); — As HEX: color: #ABB1BF; — As RGB: color: rgb(171, 177, 191); — Tailwind CSS: bg-[hsl(222,14%,71%)] — CSS variable: --color-primary: hsl(222, 14%, 71%);