HSL(211, 10%, 67%)
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(211,10%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 10%, 67%) | color: hsl(211, 10%, 67%) | |
| HEX | #A2ABB3 | color: #A2ABB3 | |
| RGB | rgb(162, 171, 179) | color: rgb(162, 171, 179) | |
| CMYK | cmyk(9%, 4%, 0%, 30%) | — | |
| HSV | hsv(208, 9%, 70%) | — | |
| HWB | hwb(208 64% 30%) | color: hwb(208 64% 30%) | |
| OKLCH | oklch(0.7366 0.0154 244.79) | color: oklch(0.7366 0.0154 244.79) | |
| Lab | lab(69.51 -1.55 -5.19) | color: lab(69.51 -1.55 -5.19) | |
| LCH | lch(69.51 5.42 253.37) | color: lch(69.51 5.42 253.37) |
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)
#A6A6B1 — rgb(166, 166, 177)
Deuteranopia (Green-blind)
#A5A5B1 — rgb(165, 165, 177)
Tritanopia (Blue-blind)
#A2B0AF — rgb(162, 176, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 10%, 67%);
text
color: hsl(211, 10%, 67%);
border
border: 2px solid hsl(211, 10%, 67%);
gradient light
background: linear-gradient(to right, hsl(211, 10%, 87%), hsl(211, 10%, 67%));
gradient dark
background: linear-gradient(to right, hsl(211, 10%, 67%), hsl(211, 10%, 47%))
hex
background-color: #A2ABB3;
tailwind
bg-[hsl(211,10%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 10%, 67%, 0.4);
css variable
--color-primary: hsl(211, 10%, 67%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 10%, 67%)?
HEX: #A2ABB3 | RGB: rgb(162, 171, 179) | CMYK: 9%, 4%, 0%, 30% | HSV: 208°, 9%, 70%. Copy any format from the conversion table above.
What colors go well with #A2ABB3?
The complementary color is HSL(31, 10%, 67%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 10%, 67%) in CSS?
As HSL: color: hsl(211, 10%, 67%); — As HEX: color: #A2ABB3; — As RGB: color: rgb(162, 171, 179); — Tailwind CSS: bg-[hsl(211,10%,67%)] — CSS variable: --color-primary: hsl(211, 10%, 67%);