HSL(220, 72%, 54%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(220,72%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(220, 72%, 54%) | color: hsl(220, 72%, 54%) | |
| HEX | #356EDE | color: #356EDE | |
| RGB | rgb(53, 110, 222) | color: rgb(53, 110, 222) | |
| CMYK | cmyk(76%, 50%, 0%, 13%) | — | |
| HSV | hsv(220, 76%, 87%) | — | |
| HWB | hwb(220 21% 13%) | color: hwb(220 21% 13%) | |
| OKLCH | oklch(0.5629 0.1817 262.05) | color: oklch(0.5629 0.1817 262.05) | |
| Lab | lab(48.49 20.54 -62.53) | color: lab(48.49 20.54 -62.53) | |
| LCH | lch(48.49 65.82 288.18) | color: lch(48.49 65.82 288.18) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#4E4EC3 — rgb(78, 78, 195)
Deuteranopia (Green-blind)
#4A46BC — rgb(74, 70, 188)
Tritanopia (Blue-blind)
#38AEA9 — rgb(56, 174, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(220, 72%, 54%);
text
color: hsl(220, 72%, 54%);
border
border: 2px solid hsl(220, 72%, 54%);
gradient light
background: linear-gradient(to right, hsl(220, 72%, 74%), hsl(220, 72%, 54%));
gradient dark
background: linear-gradient(to right, hsl(220, 72%, 54%), hsl(220, 72%, 34%))
hex
background-color: #356EDE;
tailwind
bg-[hsl(220,72%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(220, 72%, 54%, 0.4);
css variable
--color-primary: hsl(220, 72%, 54%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(220, 72%, 54%)?
HEX: #356EDE | RGB: rgb(53, 110, 222) | CMYK: 76%, 50%, 0%, 13% | HSV: 220°, 76%, 87%. Copy any format from the conversion table above.
What colors go well with #356EDE?
The complementary color is HSL(40, 72%, 54%). 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, 72%, 54%) in CSS?
As HSL: color: hsl(220, 72%, 54%); — As HEX: color: #356EDE; — As RGB: color: rgb(53, 110, 222); — Tailwind CSS: bg-[hsl(220,72%,54%)] — CSS variable: --color-primary: hsl(220, 72%, 54%);