HSL(219, 70%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,70%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 70%, 60%) | color: hsl(219, 70%, 60%) | |
| HEX | #5284E0 | color: #5284E0 | |
| RGB | rgb(82, 132, 224) | color: rgb(82, 132, 224) | |
| CMYK | cmyk(63%, 41%, 0%, 12%) | — | |
| HSV | hsv(219, 63%, 88%) | — | |
| HWB | hwb(219 33% 12%) | color: hwb(219 33% 12%) | |
| OKLCH | oklch(0.6224 0.1495 261.56) | color: oklch(0.6224 0.1495 261.56) | |
| Lab | lab(55.76 11.81 -51.92) | color: lab(55.76 11.81 -51.92) | |
| LCH | lch(55.76 53.25 282.81) | color: lch(55.76 53.25 282.81) |
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)
#6868CA — rgb(104, 104, 202)
Deuteranopia (Green-blind)
#6561C4 — rgb(101, 97, 196)
Tritanopia (Blue-blind)
#55B8B4 — rgb(85, 184, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 70%, 60%);
text
color: hsl(219, 70%, 60%);
border
border: 2px solid hsl(219, 70%, 60%);
gradient light
background: linear-gradient(to right, hsl(219, 70%, 80%), hsl(219, 70%, 60%));
gradient dark
background: linear-gradient(to right, hsl(219, 70%, 60%), hsl(219, 70%, 40%))
hex
background-color: #5284E0;
tailwind
bg-[hsl(219,70%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 70%, 60%, 0.4);
css variable
--color-primary: hsl(219, 70%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 70%, 60%)?
HEX: #5284E0 | RGB: rgb(82, 132, 224) | CMYK: 63%, 41%, 0%, 12% | HSV: 219°, 63%, 88%. Copy any format from the conversion table above.
What colors go well with #5284E0?
The complementary color is HSL(39, 70%, 60%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 70%, 60%) in CSS?
As HSL: color: hsl(219, 70%, 60%); — As HEX: color: #5284E0; — As RGB: color: rgb(82, 132, 224); — Tailwind CSS: bg-[hsl(219,70%,60%)] — CSS variable: --color-primary: hsl(219, 70%, 60%);