HSL(225, 23%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(225,23%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 23%, 71%) | color: hsl(225, 23%, 71%) | |
| HEX | #A4ADC6 | color: #A4ADC6 | |
| RGB | rgb(164, 173, 198) | color: rgb(164, 173, 198) | |
| CMYK | cmyk(17%, 13%, 0%, 22%) | — | |
| HSV | hsv(224, 17%, 78%) | — | |
| HWB | hwb(224 65% 22%) | color: hwb(224 65% 22%) | |
| OKLCH | oklch(0.7487 0.0374 269.79) | color: oklch(0.7487 0.0374 269.79) | |
| Lab | lab(70.77 2.06 -13.78) | color: lab(70.77 2.06 -13.78) | |
| LCH | lch(70.77 13.93 278.5) | color: lch(70.77 13.93 278.5) |
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)
#A8A8C0 — rgb(168, 168, 192)
Deuteranopia (Green-blind)
#A7A7BF — rgb(167, 167, 191)
Tritanopia (Blue-blind)
#A4BBBA — rgb(164, 187, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 23%, 71%);
text
color: hsl(225, 23%, 71%);
border
border: 2px solid hsl(225, 23%, 71%);
gradient light
background: linear-gradient(to right, hsl(225, 23%, 91%), hsl(225, 23%, 71%));
gradient dark
background: linear-gradient(to right, hsl(225, 23%, 71%), hsl(225, 23%, 51%))
hex
background-color: #A4ADC6;
tailwind
bg-[hsl(225,23%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 23%, 71%, 0.4);
css variable
--color-primary: hsl(225, 23%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 23%, 71%)?
HEX: #A4ADC6 | RGB: rgb(164, 173, 198) | CMYK: 17%, 13%, 0%, 22% | HSV: 224°, 17%, 78%. Copy any format from the conversion table above.
What colors go well with #A4ADC6?
The complementary color is HSL(45, 23%, 71%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 23%, 71%) in CSS?
As HSL: color: hsl(225, 23%, 71%); — As HEX: color: #A4ADC6; — As RGB: color: rgb(164, 173, 198); — Tailwind CSS: bg-[hsl(225,23%,71%)] — CSS variable: --color-primary: hsl(225, 23%, 71%);