HSL(219, 94%, 53%)
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,94%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 94%, 53%) | color: hsl(219, 94%, 53%) | |
| HEX | #1665F8 | color: #1665F8 | |
| RGB | rgb(22, 101, 248) | color: rgb(22, 101, 248) | |
| CMYK | cmyk(91%, 59%, 0%, 3%) | — | |
| HSV | hsv(219, 91%, 97%) | — | |
| HWB | hwb(219 9% 3%) | color: hwb(219 9% 3%) | |
| OKLCH | oklch(0.5578 0.2315 261.7) | color: oklch(0.5578 0.2315 261.7) | |
| Lab | lab(47.3 33.77 -79.09) | color: lab(47.3 33.77 -79.09) | |
| LCH | lch(47.3 86 293.12) | color: lch(47.3 86 293.12) |
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)
#3839D4 — rgb(56, 57, 212)
Deuteranopia (Green-blind)
#342ECC — rgb(52, 46, 204)
Tritanopia (Blue-blind)
#1AB8B2 — rgb(26, 184, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 94%, 53%);
text
color: hsl(219, 94%, 53%);
border
border: 2px solid hsl(219, 94%, 53%);
gradient light
background: linear-gradient(to right, hsl(219, 94%, 73%), hsl(219, 94%, 53%));
gradient dark
background: linear-gradient(to right, hsl(219, 94%, 53%), hsl(219, 94%, 33%))
hex
background-color: #1665F8;
tailwind
bg-[hsl(219,94%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 94%, 53%, 0.4);
css variable
--color-primary: hsl(219, 94%, 53%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 94%, 53%)?
HEX: #1665F8 | RGB: rgb(22, 101, 248) | CMYK: 91%, 59%, 0%, 3% | HSV: 219°, 91%, 97%. Copy any format from the conversion table above.
What colors go well with #1665F8?
The complementary color is HSL(39, 94%, 53%). 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, 94%, 53%) in CSS?
As HSL: color: hsl(219, 94%, 53%); — As HEX: color: #1665F8; — As RGB: color: rgb(22, 101, 248); — Tailwind CSS: bg-[hsl(219,94%,53%)] — CSS variable: --color-primary: hsl(219, 94%, 53%);