HSL(233, 67%, 80%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,67%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 67%, 80%) | color: hsl(233, 67%, 80%) | |
| HEX | #AAB2EE | color: #AAB2EE | |
| RGB | rgb(170, 178, 238) | color: rgb(170, 178, 238) | |
| CMYK | cmyk(29%, 25%, 0%, 7%) | — | |
| HSV | hsv(233, 29%, 93%) | — | |
| HWB | hwb(233 66% 7%) | color: hwb(233 66% 7%) | |
| OKLCH | oklch(0.7789 0.086 278.31) | color: oklch(0.7789 0.086 278.31) | |
| Lab | lab(73.91 10.44 -30.81) | color: lab(73.91 10.44 -30.81) | |
| LCH | lch(73.91 32.53 288.72) | color: lch(73.91 32.53 288.72) |
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)
#ADAEDF — rgb(173, 174, 223)
Deuteranopia (Green-blind)
#ADACDC — rgb(173, 172, 220)
Tritanopia (Blue-blind)
#AAD4D2 — rgb(170, 212, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 67%, 80%);
text
color: hsl(233, 67%, 80%);
border
border: 2px solid hsl(233, 67%, 80%);
gradient light
background: linear-gradient(to right, hsl(233, 67%, 100%), hsl(233, 67%, 80%));
gradient dark
background: linear-gradient(to right, hsl(233, 67%, 80%), hsl(233, 67%, 60%))
hex
background-color: #AAB2EE;
tailwind
bg-[hsl(233,67%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 67%, 80%, 0.4);
css variable
--color-primary: hsl(233, 67%, 80%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 67%, 80%)?
HEX: #AAB2EE | RGB: rgb(170, 178, 238) | CMYK: 29%, 25%, 0%, 7% | HSV: 233°, 29%, 93%. Copy any format from the conversion table above.
What colors go well with #AAB2EE?
The complementary color is HSL(53, 67%, 80%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 67%, 80%) in CSS?
As HSL: color: hsl(233, 67%, 80%); — As HEX: color: #AAB2EE; — As RGB: color: rgb(170, 178, 238); — Tailwind CSS: bg-[hsl(233,67%,80%)] — CSS variable: --color-primary: hsl(233, 67%, 80%);