HSL(220, 80%, 56%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(220,80%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(220, 80%, 56%) | color: hsl(220, 80%, 56%) | |
| HEX | #3571E9 | color: #3571E9 | |
| RGB | rgb(53, 113, 233) | color: rgb(53, 113, 233) | |
| CMYK | cmyk(77%, 52%, 0%, 9%) | — | |
| HSV | hsv(220, 77%, 91%) | — | |
| HWB | hwb(220 21% 9%) | color: hwb(220 21% 9%) | |
| OKLCH | oklch(0.5771 0.1925 262.21) | color: oklch(0.5771 0.1925 262.21) | |
| Lab | lab(50.03 22.72 -66.22) | color: lab(50.03 22.72 -66.22) | |
| LCH | lch(50.03 70.01 288.94) | color: lch(50.03 70.01 288.94) |
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)
#4F50CC — rgb(79, 80, 204)
Deuteranopia (Green-blind)
#4C47C5 — rgb(76, 71, 197)
Tritanopia (Blue-blind)
#38B5B0 — rgb(56, 181, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(220, 80%, 56%);
text
color: hsl(220, 80%, 56%);
border
border: 2px solid hsl(220, 80%, 56%);
gradient light
background: linear-gradient(to right, hsl(220, 80%, 76%), hsl(220, 80%, 56%));
gradient dark
background: linear-gradient(to right, hsl(220, 80%, 56%), hsl(220, 80%, 36%))
hex
background-color: #3571E9;
tailwind
bg-[hsl(220,80%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(220, 80%, 56%, 0.4);
css variable
--color-primary: hsl(220, 80%, 56%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(220, 80%, 56%)?
HEX: #3571E9 | RGB: rgb(53, 113, 233) | CMYK: 77%, 52%, 0%, 9% | HSV: 220°, 77%, 91%. Copy any format from the conversion table above.
What colors go well with #3571E9?
The complementary color is HSL(40, 80%, 56%). 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, 80%, 56%) in CSS?
As HSL: color: hsl(220, 80%, 56%); — As HEX: color: #3571E9; — As RGB: color: rgb(53, 113, 233); — Tailwind CSS: bg-[hsl(220,80%,56%)] — CSS variable: --color-primary: hsl(220, 80%, 56%);