HSL(237, 17%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(237,17%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 17%, 71%) | color: hsl(237, 17%, 71%) | |
| HEX | #A8AAC2 | color: #A8AAC2 | |
| RGB | rgb(168, 170, 194) | color: rgb(168, 170, 194) | |
| CMYK | cmyk(13%, 12%, 0%, 24%) | — | |
| HSV | hsv(235, 13%, 76%) | — | |
| HWB | hwb(235 66% 24%) | color: hwb(235 66% 24%) | |
| OKLCH | oklch(0.7442 0.0344 281.75) | color: oklch(0.7442 0.0344 281.75) | |
| Lab | lab(70.15 4.15 -12.47) | color: lab(70.15 4.15 -12.47) | |
| LCH | lch(70.15 13.14 288.41) | color: lch(70.15 13.14 288.41) |
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)
#A9A9BC — rgb(169, 169, 188)
Deuteranopia (Green-blind)
#A9A9BB — rgb(169, 169, 187)
Tritanopia (Blue-blind)
#A8B8B7 — rgb(168, 184, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 17%, 71%);
text
color: hsl(237, 17%, 71%);
border
border: 2px solid hsl(237, 17%, 71%);
gradient light
background: linear-gradient(to right, hsl(237, 17%, 91%), hsl(237, 17%, 71%));
gradient dark
background: linear-gradient(to right, hsl(237, 17%, 71%), hsl(237, 17%, 51%))
hex
background-color: #A8AAC2;
tailwind
bg-[hsl(237,17%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 17%, 71%, 0.4);
css variable
--color-primary: hsl(237, 17%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 17%, 71%)?
HEX: #A8AAC2 | RGB: rgb(168, 170, 194) | CMYK: 13%, 12%, 0%, 24% | HSV: 235°, 13%, 76%. Copy any format from the conversion table above.
What colors go well with #A8AAC2?
The complementary color is HSL(57, 17%, 71%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 17%, 71%) in CSS?
As HSL: color: hsl(237, 17%, 71%); — As HEX: color: #A8AAC2; — As RGB: color: rgb(168, 170, 194); — Tailwind CSS: bg-[hsl(237,17%,71%)] — CSS variable: --color-primary: hsl(237, 17%, 71%);