HSL(221, 96%, 48%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,96%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 96%, 48%) | color: hsl(221, 96%, 48%) | |
| HEX | #054FF0 | color: #054FF0 | |
| RGB | rgb(5, 79, 240) | color: rgb(5, 79, 240) | |
| CMYK | cmyk(98%, 67%, 0%, 6%) | — | |
| HSV | hsv(221, 98%, 94%) | — | |
| HWB | hwb(221 2% 6%) | color: hwb(221 2% 6%) | |
| OKLCH | oklch(0.509 0.2481 262.94) | color: oklch(0.509 0.2481 262.94) | |
| Lab | lab(41.08 44.17 -84.83) | color: lab(41.08 44.17 -84.83) | |
| LCH | lch(41.08 95.64 297.51) | color: lch(41.08 95.64 297.51) |
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)
#2526C9 — rgb(37, 38, 201)
Deuteranopia (Green-blind)
#211BC0 — rgb(33, 27, 192)
Tritanopia (Blue-blind)
#09AAA4 — rgb(9, 170, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 96%, 48%);
text
color: hsl(221, 96%, 48%);
border
border: 2px solid hsl(221, 96%, 48%);
gradient light
background: linear-gradient(to right, hsl(221, 96%, 68%), hsl(221, 96%, 48%));
gradient dark
background: linear-gradient(to right, hsl(221, 96%, 48%), hsl(221, 96%, 28%))
hex
background-color: #054FF0;
tailwind
bg-[hsl(221,96%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 96%, 48%, 0.4);
css variable
--color-primary: hsl(221, 96%, 48%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 96%, 48%)?
HEX: #054FF0 | RGB: rgb(5, 79, 240) | CMYK: 98%, 67%, 0%, 6% | HSV: 221°, 98%, 94%. Copy any format from the conversion table above.
What colors go well with #054FF0?
The complementary color is HSL(41, 96%, 48%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 96%, 48%) in CSS?
As HSL: color: hsl(221, 96%, 48%); — As HEX: color: #054FF0; — As RGB: color: rgb(5, 79, 240); — Tailwind CSS: bg-[hsl(221,96%,48%)] — CSS variable: --color-primary: hsl(221, 96%, 48%);