HSL(237, 58%, 79%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,58%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 58%, 79%) | color: hsl(237, 58%, 79%) | |
| HEX | #AAADE9 | color: #AAADE9 | |
| RGB | rgb(170, 173, 233) | color: rgb(170, 173, 233) | |
| CMYK | cmyk(27%, 26%, 0%, 9%) | — | |
| HSV | hsv(237, 27%, 91%) | — | |
| HWB | hwb(237 66% 9%) | color: hwb(237 66% 9%) | |
| OKLCH | oklch(0.7669 0.0857 281.95) | color: oklch(0.7669 0.0857 281.95) | |
| Lab | lab(72.44 12 -30.36) | color: lab(72.44 12 -30.36) | |
| LCH | lch(72.44 32.65 291.57) | color: lch(72.44 32.65 291.57) |
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)
#ABABDA — rgb(171, 171, 218)
Deuteranopia (Green-blind)
#ABABD7 — rgb(171, 171, 215)
Tritanopia (Blue-blind)
#AACFCD — rgb(170, 207, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 58%, 79%);
text
color: hsl(237, 58%, 79%);
border
border: 2px solid hsl(237, 58%, 79%);
gradient light
background: linear-gradient(to right, hsl(237, 58%, 99%), hsl(237, 58%, 79%));
gradient dark
background: linear-gradient(to right, hsl(237, 58%, 79%), hsl(237, 58%, 59%))
hex
background-color: #AAADE9;
tailwind
bg-[hsl(237,58%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 58%, 79%, 0.4);
css variable
--color-primary: hsl(237, 58%, 79%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 58%, 79%)?
HEX: #AAADE9 | RGB: rgb(170, 173, 233) | CMYK: 27%, 26%, 0%, 9% | HSV: 237°, 27%, 91%. Copy any format from the conversion table above.
What colors go well with #AAADE9?
The complementary color is HSL(57, 58%, 79%). 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, 58%, 79%) in CSS?
As HSL: color: hsl(237, 58%, 79%); — As HEX: color: #AAADE9; — As RGB: color: rgb(170, 173, 233); — Tailwind CSS: bg-[hsl(237,58%,79%)] — CSS variable: --color-primary: hsl(237, 58%, 79%);