HSL(224, 70%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(224,70%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(224, 70%, 81%) | color: hsl(224, 70%, 81%) | |
| HEX | #ADBFF0 | color: #ADBFF0 | |
| RGB | rgb(173, 191, 240) | color: rgb(173, 191, 240) | |
| CMYK | cmyk(28%, 20%, 0%, 6%) | — | |
| HSV | hsv(224, 28%, 94%) | — | |
| HWB | hwb(224 68% 6%) | color: hwb(224 68% 6%) | |
| OKLCH | oklch(0.808 0.0723 269.02) | color: oklch(0.808 0.0723 269.02) | |
| Lab | lab(77.54 4.66 -26.3) | color: lab(77.54 4.66 -26.3) | |
| LCH | lch(77.54 26.71 280.05) | color: lch(77.54 26.71 280.05) |
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)
#B5B5E4 — rgb(181, 181, 228)
Deuteranopia (Green-blind)
#B4B2E1 — rgb(180, 178, 225)
Tritanopia (Blue-blind)
#AEDBD9 — rgb(174, 219, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(224, 70%, 81%);
text
color: hsl(224, 70%, 81%);
border
border: 2px solid hsl(224, 70%, 81%);
gradient light
background: linear-gradient(to right, hsl(224, 70%, 100%), hsl(224, 70%, 81%));
gradient dark
background: linear-gradient(to right, hsl(224, 70%, 81%), hsl(224, 70%, 61%))
hex
background-color: #ADBFF0;
tailwind
bg-[hsl(224,70%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(224, 70%, 81%, 0.4);
css variable
--color-primary: hsl(224, 70%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(224, 70%, 81%)?
HEX: #ADBFF0 | RGB: rgb(173, 191, 240) | CMYK: 28%, 20%, 0%, 6% | HSV: 224°, 28%, 94%. Copy any format from the conversion table above.
What colors go well with #ADBFF0?
The complementary color is HSL(44, 70%, 81%). For a triadic harmony, use hues 224°, 344°, and 104°. For analogous combinations, try hues 194° and 254°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(224, 70%, 81%) in CSS?
As HSL: color: hsl(224, 70%, 81%); — As HEX: color: #ADBFF0; — As RGB: color: rgb(173, 191, 240); — Tailwind CSS: bg-[hsl(224,70%,81%)] — CSS variable: --color-primary: hsl(224, 70%, 81%);