HSL(251, 23%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(251,23%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 23%, 71%) | color: hsl(251, 23%, 71%) | |
| HEX | #AAA4C6 | color: #AAA4C6 | |
| RGB | rgb(170, 164, 198) | color: rgb(170, 164, 198) | |
| CMYK | cmyk(14%, 17%, 0%, 22%) | — | |
| HSV | hsv(251, 17%, 78%) | — | |
| HWB | hwb(251 65% 22%) | color: hwb(251 65% 22%) | |
| OKLCH | oklch(0.7351 0.049 293.25) | color: oklch(0.7351 0.049 293.25) | |
| Lab | lab(68.88 8.98 -16.59) | color: lab(68.88 8.98 -16.59) | |
| LCH | lch(68.88 18.86 298.43) | color: lch(68.88 18.86 298.43) |
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)
#A7A7BE — rgb(167, 167, 190)
Deuteranopia (Green-blind)
#A8A8BC — rgb(168, 168, 188)
Tritanopia (Blue-blind)
#AAB7B6 — rgb(170, 183, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 23%, 71%);
text
color: hsl(251, 23%, 71%);
border
border: 2px solid hsl(251, 23%, 71%);
gradient light
background: linear-gradient(to right, hsl(251, 23%, 91%), hsl(251, 23%, 71%));
gradient dark
background: linear-gradient(to right, hsl(251, 23%, 71%), hsl(251, 23%, 51%))
hex
background-color: #AAA4C6;
tailwind
bg-[hsl(251,23%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 23%, 71%, 0.4);
css variable
--color-primary: hsl(251, 23%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 23%, 71%)?
HEX: #AAA4C6 | RGB: rgb(170, 164, 198) | CMYK: 14%, 17%, 0%, 22% | HSV: 251°, 17%, 78%. Copy any format from the conversion table above.
What colors go well with #AAA4C6?
The complementary color is HSL(71, 23%, 71%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 23%, 71%) in CSS?
As HSL: color: hsl(251, 23%, 71%); — As HEX: color: #AAA4C6; — As RGB: color: rgb(170, 164, 198); — Tailwind CSS: bg-[hsl(251,23%,71%)] — CSS variable: --color-primary: hsl(251, 23%, 71%);