HSL(219, 95%, 41%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,95%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 95%, 41%) | color: hsl(219, 95%, 41%) | |
| HEX | #054BCC | color: #054BCC | |
| RGB | rgb(5, 75, 204) | color: rgb(5, 75, 204) | |
| CMYK | cmyk(98%, 63%, 0%, 20%) | — | |
| HSV | hsv(219, 98%, 80%) | — | |
| HWB | hwb(219 2% 20%) | color: hwb(219 2% 20%) | |
| OKLCH | oklch(0.4673 0.2089 261.94) | color: oklch(0.4673 0.2089 261.94) | |
| Lab | lab(36.78 33.19 -71.33) | color: lab(36.78 33.19 -71.33) | |
| LCH | lch(36.78 78.67 294.95) | color: lch(36.78 78.67 294.95) |
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)
#2324AD — rgb(35, 36, 173)
Deuteranopia (Green-blind)
#1F1AA5 — rgb(31, 26, 165)
Tritanopia (Blue-blind)
#09948F — rgb(9, 148, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 95%, 41%);
text
color: hsl(219, 95%, 41%);
border
border: 2px solid hsl(219, 95%, 41%);
gradient light
background: linear-gradient(to right, hsl(219, 95%, 61%), hsl(219, 95%, 41%));
gradient dark
background: linear-gradient(to right, hsl(219, 95%, 41%), hsl(219, 95%, 21%))
hex
background-color: #054BCC;
tailwind
bg-[hsl(219,95%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 95%, 41%, 0.4);
css variable
--color-primary: hsl(219, 95%, 41%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 95%, 41%)?
HEX: #054BCC | RGB: rgb(5, 75, 204) | CMYK: 98%, 63%, 0%, 20% | HSV: 219°, 98%, 80%. Copy any format from the conversion table above.
What colors go well with #054BCC?
The complementary color is HSL(39, 95%, 41%). 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, 95%, 41%) in CSS?
As HSL: color: hsl(219, 95%, 41%); — As HEX: color: #054BCC; — As RGB: color: rgb(5, 75, 204); — Tailwind CSS: bg-[hsl(219,95%,41%)] — CSS variable: --color-primary: hsl(219, 95%, 41%);