HSL(219, 12%, 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(219,12%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 12%, 71%) | color: hsl(219, 12%, 71%) | |
| HEX | #ACB2BE | color: #ACB2BE | |
| RGB | rgb(172, 178, 190) | color: rgb(172, 178, 190) | |
| CMYK | cmyk(9%, 6%, 0%, 25%) | — | |
| HSV | hsv(220, 9%, 75%) | — | |
| HWB | hwb(220 68% 25%) | color: hwb(220 68% 25%) | |
| OKLCH | oklch(0.7625 0.0184 264.46) | color: oklch(0.7625 0.0184 264.46) | |
| Lab | lab(72.45 0.28 -6.82) | color: lab(72.45 0.28 -6.82) | |
| LCH | lch(72.45 6.83 272.35) | color: lch(72.45 6.83 272.35) |
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)
#AFAFBB — rgb(175, 175, 187)
Deuteranopia (Green-blind)
#AEAEBA — rgb(174, 174, 186)
Tritanopia (Blue-blind)
#ACB9B8 — rgb(172, 185, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 12%, 71%);
text
color: hsl(219, 12%, 71%);
border
border: 2px solid hsl(219, 12%, 71%);
gradient light
background: linear-gradient(to right, hsl(219, 12%, 91%), hsl(219, 12%, 71%));
gradient dark
background: linear-gradient(to right, hsl(219, 12%, 71%), hsl(219, 12%, 51%))
hex
background-color: #ACB2BE;
tailwind
bg-[hsl(219,12%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 12%, 71%, 0.4);
css variable
--color-primary: hsl(219, 12%, 71%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 12%, 71%)?
HEX: #ACB2BE | RGB: rgb(172, 178, 190) | CMYK: 9%, 6%, 0%, 25% | HSV: 220°, 9%, 75%. Copy any format from the conversion table above.
What colors go well with #ACB2BE?
The complementary color is HSL(39, 12%, 71%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 12%, 71%) in CSS?
As HSL: color: hsl(219, 12%, 71%); — As HEX: color: #ACB2BE; — As RGB: color: rgb(172, 178, 190); — Tailwind CSS: bg-[hsl(219,12%,71%)] — CSS variable: --color-primary: hsl(219, 12%, 71%);