HSL(237, 80%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,80%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 80%, 81%) | color: hsl(237, 80%, 81%) | |
| HEX | #A8ACF5 | color: #A8ACF5 | |
| RGB | rgb(168, 172, 245) | color: rgb(168, 172, 245) | |
| CMYK | cmyk(31%, 30%, 0%, 4%) | — | |
| HSV | hsv(237, 31%, 96%) | — | |
| HWB | hwb(237 66% 4%) | color: hwb(237 66% 4%) | |
| OKLCH | oklch(0.7686 0.1042 281.22) | color: oklch(0.7686 0.1042 281.22) | |
| Lab | lab(72.51 14.94 -36.78) | color: lab(72.51 14.94 -36.78) | |
| LCH | lch(72.51 39.7 292.11) | color: lch(72.51 39.7 292.11) |
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)
#AAAAE3 — rgb(170, 170, 227)
Deuteranopia (Green-blind)
#AAA9DF — rgb(170, 169, 223)
Tritanopia (Blue-blind)
#A8D5D2 — rgb(168, 213, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 80%, 81%);
text
color: hsl(237, 80%, 81%);
border
border: 2px solid hsl(237, 80%, 81%);
gradient light
background: linear-gradient(to right, hsl(237, 80%, 100%), hsl(237, 80%, 81%));
gradient dark
background: linear-gradient(to right, hsl(237, 80%, 81%), hsl(237, 80%, 61%))
hex
background-color: #A8ACF5;
tailwind
bg-[hsl(237,80%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 80%, 81%, 0.4);
css variable
--color-primary: hsl(237, 80%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 80%, 81%)?
HEX: #A8ACF5 | RGB: rgb(168, 172, 245) | CMYK: 31%, 30%, 0%, 4% | HSV: 237°, 31%, 96%. Copy any format from the conversion table above.
What colors go well with #A8ACF5?
The complementary color is HSL(57, 80%, 81%). 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, 80%, 81%) in CSS?
As HSL: color: hsl(237, 80%, 81%); — As HEX: color: #A8ACF5; — As RGB: color: rgb(168, 172, 245); — Tailwind CSS: bg-[hsl(237,80%,81%)] — CSS variable: --color-primary: hsl(237, 80%, 81%);