HSL(239, 75%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(239,75%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(239, 75%, 81%) | color: hsl(239, 75%, 81%) | |
| HEX | #AAABF3 | color: #AAABF3 | |
| RGB | rgb(170, 171, 243) | color: rgb(170, 171, 243) | |
| CMYK | cmyk(30%, 30%, 0%, 5%) | — | |
| HSV | hsv(239, 30%, 95%) | — | |
| HWB | hwb(239 67% 5%) | color: hwb(239 67% 5%) | |
| OKLCH | oklch(0.7673 0.1025 283.09) | color: oklch(0.7673 0.1025 283.09) | |
| Lab | lab(72.32 15.56 -35.97) | color: lab(72.32 15.56 -35.97) | |
| LCH | lch(72.32 39.19 293.39) | color: lch(72.32 39.19 293.39) |
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)
#AAAAE2 — rgb(170, 170, 226)
Deuteranopia (Green-blind)
#AAAADD — rgb(170, 170, 221)
Tritanopia (Blue-blind)
#AAD4D1 — rgb(170, 212, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(239, 75%, 81%);
text
color: hsl(239, 75%, 81%);
border
border: 2px solid hsl(239, 75%, 81%);
gradient light
background: linear-gradient(to right, hsl(239, 75%, 100%), hsl(239, 75%, 81%));
gradient dark
background: linear-gradient(to right, hsl(239, 75%, 81%), hsl(239, 75%, 61%))
hex
background-color: #AAABF3;
tailwind
bg-[hsl(239,75%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(239, 75%, 81%, 0.4);
css variable
--color-primary: hsl(239, 75%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(239, 75%, 81%)?
HEX: #AAABF3 | RGB: rgb(170, 171, 243) | CMYK: 30%, 30%, 0%, 5% | HSV: 239°, 30%, 95%. Copy any format from the conversion table above.
What colors go well with #AAABF3?
The complementary color is HSL(59, 75%, 81%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(239, 75%, 81%) in CSS?
As HSL: color: hsl(239, 75%, 81%); — As HEX: color: #AAABF3; — As RGB: color: rgb(170, 171, 243); — Tailwind CSS: bg-[hsl(239,75%,81%)] — CSS variable: --color-primary: hsl(239, 75%, 81%);