HSL(232, 93%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,93%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 93%, 81%) | color: hsl(232, 93%, 81%) | |
| HEX | #A1AEFC | color: #A1AEFC | |
| RGB | rgb(161, 174, 252) | color: rgb(161, 174, 252) | |
| CMYK | cmyk(36%, 31%, 0%, 1%) | — | |
| HSV | hsv(231, 36%, 99%) | — | |
| HWB | hwb(231 63% 1%) | color: hwb(231 63% 1%) | |
| OKLCH | oklch(0.7706 0.1126 276.18) | color: oklch(0.7706 0.1126 276.18) | |
| Lab | lab(72.81 13.7 -40.14) | color: lab(72.81 13.7 -40.14) | |
| LCH | lch(72.81 42.41 288.85) | color: lch(72.81 42.41 288.85) |
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)
#A7A7E9 — rgb(167, 167, 233)
Deuteranopia (Green-blind)
#A6A5E5 — rgb(166, 165, 229)
Tritanopia (Blue-blind)
#A2DAD7 — rgb(162, 218, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 93%, 81%);
text
color: hsl(232, 93%, 81%);
border
border: 2px solid hsl(232, 93%, 81%);
gradient light
background: linear-gradient(to right, hsl(232, 93%, 100%), hsl(232, 93%, 81%));
gradient dark
background: linear-gradient(to right, hsl(232, 93%, 81%), hsl(232, 93%, 61%))
hex
background-color: #A1AEFC;
tailwind
bg-[hsl(232,93%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 93%, 81%, 0.4);
css variable
--color-primary: hsl(232, 93%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 93%, 81%)?
HEX: #A1AEFC | RGB: rgb(161, 174, 252) | CMYK: 36%, 31%, 0%, 1% | HSV: 231°, 36%, 99%. Copy any format from the conversion table above.
What colors go well with #A1AEFC?
The complementary color is HSL(52, 93%, 81%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 93%, 81%) in CSS?
As HSL: color: hsl(232, 93%, 81%); — As HEX: color: #A1AEFC; — As RGB: color: rgb(161, 174, 252); — Tailwind CSS: bg-[hsl(232,93%,81%)] — CSS variable: --color-primary: hsl(232, 93%, 81%);