HSL(247, 12%, 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(247,12%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 12%, 67%) | color: hsl(247, 12%, 67%) | |
| HEX | #A3A1B5 | color: #A3A1B5 | |
| RGB | rgb(163, 161, 181) | color: rgb(163, 161, 181) | |
| CMYK | cmyk(10%, 11%, 0%, 29%) | — | |
| HSV | hsv(246, 11%, 71%) | — | |
| HWB | hwb(246 63% 29%) | color: hwb(246 63% 29%) | |
| OKLCH | oklch(0.7171 0.0288 290.24) | color: oklch(0.7171 0.0288 290.24) | |
| Lab | lab(66.99 4.7 -10.05) | color: lab(66.99 4.7 -10.05) | |
| LCH | lch(66.99 11.09 295.06) | color: lch(66.99 11.09 295.06) |
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)
#A2A2B0 — rgb(162, 162, 176)
Deuteranopia (Green-blind)
#A2A2AF — rgb(162, 162, 175)
Tritanopia (Blue-blind)
#A3ACAC — rgb(163, 172, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 12%, 67%);
text
color: hsl(247, 12%, 67%);
border
border: 2px solid hsl(247, 12%, 67%);
gradient light
background: linear-gradient(to right, hsl(247, 12%, 87%), hsl(247, 12%, 67%));
gradient dark
background: linear-gradient(to right, hsl(247, 12%, 67%), hsl(247, 12%, 47%))
hex
background-color: #A3A1B5;
tailwind
bg-[hsl(247,12%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 12%, 67%, 0.4);
css variable
--color-primary: hsl(247, 12%, 67%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 12%, 67%)?
HEX: #A3A1B5 | RGB: rgb(163, 161, 181) | CMYK: 10%, 11%, 0%, 29% | HSV: 246°, 11%, 71%. Copy any format from the conversion table above.
What colors go well with #A3A1B5?
The complementary color is HSL(67, 12%, 67%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 12%, 67%) in CSS?
As HSL: color: hsl(247, 12%, 67%); — As HEX: color: #A3A1B5; — As RGB: color: rgb(163, 161, 181); — Tailwind CSS: bg-[hsl(247,12%,67%)] — CSS variable: --color-primary: hsl(247, 12%, 67%);