HSL(232, 84%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,84%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 84%, 81%) | color: hsl(232, 84%, 81%) | |
| HEX | #A6B1F7 | color: #A6B1F7 | |
| RGB | rgb(166, 177, 247) | color: rgb(166, 177, 247) | |
| CMYK | cmyk(33%, 28%, 0%, 3%) | — | |
| HSV | hsv(232, 33%, 97%) | — | |
| HWB | hwb(232 65% 3%) | color: hwb(232 65% 3%) | |
| OKLCH | oklch(0.7779 0.1007 276.91) | color: oklch(0.7779 0.1007 276.91) | |
| Lab | lab(73.72 12.1 -36) | color: lab(73.72 12.1 -36) | |
| LCH | lch(73.72 37.98 288.58) | color: lch(73.72 37.98 288.58) |
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)
#ABABE6 — rgb(171, 171, 230)
Deuteranopia (Green-blind)
#AAA9E2 — rgb(170, 169, 226)
Tritanopia (Blue-blind)
#A7D9D6 — rgb(167, 217, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 84%, 81%);
text
color: hsl(232, 84%, 81%);
border
border: 2px solid hsl(232, 84%, 81%);
gradient light
background: linear-gradient(to right, hsl(232, 84%, 100%), hsl(232, 84%, 81%));
gradient dark
background: linear-gradient(to right, hsl(232, 84%, 81%), hsl(232, 84%, 61%))
hex
background-color: #A6B1F7;
tailwind
bg-[hsl(232,84%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 84%, 81%, 0.4);
css variable
--color-primary: hsl(232, 84%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 84%, 81%)?
HEX: #A6B1F7 | RGB: rgb(166, 177, 247) | CMYK: 33%, 28%, 0%, 3% | HSV: 232°, 33%, 97%. Copy any format from the conversion table above.
What colors go well with #A6B1F7?
The complementary color is HSL(52, 84%, 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, 84%, 81%) in CSS?
As HSL: color: hsl(232, 84%, 81%); — As HEX: color: #A6B1F7; — As RGB: color: rgb(166, 177, 247); — Tailwind CSS: bg-[hsl(232,84%,81%)] — CSS variable: --color-primary: hsl(232, 84%, 81%);