HSL(216, 50%, 78%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(216,50%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 50%, 78%) | color: hsl(216, 50%, 78%) | |
| HEX | #ABC1E3 | color: #ABC1E3 | |
| RGB | rgb(171, 193, 227) | color: rgb(171, 193, 227) | |
| CMYK | cmyk(25%, 15%, 0%, 11%) | — | |
| HSV | hsv(216, 25%, 89%) | — | |
| HWB | hwb(216 67% 11%) | color: hwb(216 67% 11%) | |
| OKLCH | oklch(0.8057 0.054 259.02) | color: oklch(0.8057 0.054 259.02) | |
| Lab | lab(77.49 -0.06 -19.4) | color: lab(77.49 -0.06 -19.4) | |
| LCH | lch(77.49 19.4 269.82) | color: lch(77.49 19.4 269.82) |
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)
#B5B5DB — rgb(181, 181, 219)
Deuteranopia (Green-blind)
#B3B2D9 — rgb(179, 178, 217)
Tritanopia (Blue-blind)
#ACD4D3 — rgb(172, 212, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 50%, 78%);
text
color: hsl(216, 50%, 78%);
border
border: 2px solid hsl(216, 50%, 78%);
gradient light
background: linear-gradient(to right, hsl(216, 50%, 98%), hsl(216, 50%, 78%));
gradient dark
background: linear-gradient(to right, hsl(216, 50%, 78%), hsl(216, 50%, 58%))
hex
background-color: #ABC1E3;
tailwind
bg-[hsl(216,50%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 50%, 78%, 0.4);
css variable
--color-primary: hsl(216, 50%, 78%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 50%, 78%)?
HEX: #ABC1E3 | RGB: rgb(171, 193, 227) | CMYK: 25%, 15%, 0%, 11% | HSV: 216°, 25%, 89%. Copy any format from the conversion table above.
What colors go well with #ABC1E3?
The complementary color is HSL(36, 50%, 78%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 50%, 78%) in CSS?
As HSL: color: hsl(216, 50%, 78%); — As HEX: color: #ABC1E3; — As RGB: color: rgb(171, 193, 227); — Tailwind CSS: bg-[hsl(216,50%,78%)] — CSS variable: --color-primary: hsl(216, 50%, 78%);