HSL(247, 11%, 66%)
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,11%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 11%, 66%) | color: hsl(247, 11%, 66%) | |
| HEX | #A19FB2 | color: #A19FB2 | |
| RGB | rgb(161, 159, 178) | color: rgb(161, 159, 178) | |
| CMYK | cmyk(10%, 11%, 0%, 30%) | — | |
| HSV | hsv(246, 11%, 70%) | — | |
| HWB | hwb(246 62% 30%) | color: hwb(246 62% 30%) | |
| OKLCH | oklch(0.7103 0.0275 290.52) | color: oklch(0.7103 0.0275 290.52) | |
| Lab | lab(66.2 4.5 -9.56) | color: lab(66.2 4.5 -9.56) | |
| LCH | lch(66.2 10.57 295.21) | color: lch(66.2 10.57 295.21) |
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)
#A0A0AD — rgb(160, 160, 173)
Deuteranopia (Green-blind)
#A0A0AC — rgb(160, 160, 172)
Tritanopia (Blue-blind)
#A1AAA9 — rgb(161, 170, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 11%, 66%);
text
color: hsl(247, 11%, 66%);
border
border: 2px solid hsl(247, 11%, 66%);
gradient light
background: linear-gradient(to right, hsl(247, 11%, 86%), hsl(247, 11%, 66%));
gradient dark
background: linear-gradient(to right, hsl(247, 11%, 66%), hsl(247, 11%, 46%))
hex
background-color: #A19FB2;
tailwind
bg-[hsl(247,11%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 11%, 66%, 0.4);
css variable
--color-primary: hsl(247, 11%, 66%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 11%, 66%)?
HEX: #A19FB2 | RGB: rgb(161, 159, 178) | CMYK: 10%, 11%, 0%, 30% | HSV: 246°, 11%, 70%. Copy any format from the conversion table above.
What colors go well with #A19FB2?
The complementary color is HSL(67, 11%, 66%). 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, 11%, 66%) in CSS?
As HSL: color: hsl(247, 11%, 66%); — As HEX: color: #A19FB2; — As RGB: color: rgb(161, 159, 178); — Tailwind CSS: bg-[hsl(247,11%,66%)] — CSS variable: --color-primary: hsl(247, 11%, 66%);