HSL(220, 70%, 78%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(220,70%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(220, 70%, 78%) | color: hsl(220, 70%, 78%) | |
| HEX | #A0BAEE | color: #A0BAEE | |
| RGB | rgb(160, 186, 238) | color: rgb(160, 186, 238) | |
| CMYK | cmyk(33%, 22%, 0%, 7%) | — | |
| HSV | hsv(220, 33%, 93%) | — | |
| HWB | hwb(220 62% 7%) | color: hwb(220 62% 7%) | |
| OKLCH | oklch(0.788 0.0798 263.95) | color: oklch(0.788 0.0798 263.95) | |
| Lab | lab(75.3 3.19 -28.72) | color: lab(75.3 3.19 -28.72) | |
| LCH | lch(75.3 28.9 276.34) | color: lch(75.3 28.9 276.34) |
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)
#ABABE1 — rgb(171, 171, 225)
Deuteranopia (Green-blind)
#AAA8DE — rgb(170, 168, 222)
Tritanopia (Blue-blind)
#A1D7D5 — rgb(161, 215, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(220, 70%, 78%);
text
color: hsl(220, 70%, 78%);
border
border: 2px solid hsl(220, 70%, 78%);
gradient light
background: linear-gradient(to right, hsl(220, 70%, 98%), hsl(220, 70%, 78%));
gradient dark
background: linear-gradient(to right, hsl(220, 70%, 78%), hsl(220, 70%, 58%))
hex
background-color: #A0BAEE;
tailwind
bg-[hsl(220,70%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(220, 70%, 78%, 0.4);
css variable
--color-primary: hsl(220, 70%, 78%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(220, 70%, 78%)?
HEX: #A0BAEE | RGB: rgb(160, 186, 238) | CMYK: 33%, 22%, 0%, 7% | HSV: 220°, 33%, 93%. Copy any format from the conversion table above.
What colors go well with #A0BAEE?
The complementary color is HSL(40, 70%, 78%). For a triadic harmony, use hues 220°, 340°, and 100°. For analogous combinations, try hues 190° and 250°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(220, 70%, 78%) in CSS?
As HSL: color: hsl(220, 70%, 78%); — As HEX: color: #A0BAEE; — As RGB: color: rgb(160, 186, 238); — Tailwind CSS: bg-[hsl(220,70%,78%)] — CSS variable: --color-primary: hsl(220, 70%, 78%);