HSL(241, 19%, 72%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(241,19%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 19%, 72%) | color: hsl(241, 19%, 72%) | |
| HEX | #AAAAC5 | color: #AAAAC5 | |
| RGB | rgb(170, 170, 197) | color: rgb(170, 170, 197) | |
| CMYK | cmyk(14%, 14%, 0%, 23%) | — | |
| HSV | hsv(240, 14%, 77%) | — | |
| HWB | hwb(240 66% 23%) | color: hwb(240 66% 23%) | |
| OKLCH | oklch(0.7469 0.0386 285.43) | color: oklch(0.7469 0.0386 285.43) | |
| Lab | lab(70.4 5.45 -13.74) | color: lab(70.4 5.45 -13.74) | |
| LCH | lch(70.4 14.78 291.64) | color: lch(70.4 14.78 291.64) |
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)
#AAAABE — rgb(170, 170, 190)
Deuteranopia (Green-blind)
#AAAABD — rgb(170, 170, 189)
Tritanopia (Blue-blind)
#AAB9B8 — rgb(170, 185, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 19%, 72%);
text
color: hsl(241, 19%, 72%);
border
border: 2px solid hsl(241, 19%, 72%);
gradient light
background: linear-gradient(to right, hsl(241, 19%, 92%), hsl(241, 19%, 72%));
gradient dark
background: linear-gradient(to right, hsl(241, 19%, 72%), hsl(241, 19%, 52%))
hex
background-color: #AAAAC5;
tailwind
bg-[hsl(241,19%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 19%, 72%, 0.4);
css variable
--color-primary: hsl(241, 19%, 72%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 19%, 72%)?
HEX: #AAAAC5 | RGB: rgb(170, 170, 197) | CMYK: 14%, 14%, 0%, 23% | HSV: 240°, 14%, 77%. Copy any format from the conversion table above.
What colors go well with #AAAAC5?
The complementary color is HSL(61, 19%, 72%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 19%, 72%) in CSS?
As HSL: color: hsl(241, 19%, 72%); — As HEX: color: #AAAAC5; — As RGB: color: rgb(170, 170, 197); — Tailwind CSS: bg-[hsl(241,19%,72%)] — CSS variable: --color-primary: hsl(241, 19%, 72%);