HSL(219, 83%, 42%)
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,83%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 83%, 42%) | color: hsl(219, 83%, 42%) | |
| HEX | #1250C4 | color: #1250C4 | |
| RGB | rgb(18, 80, 196) | color: rgb(18, 80, 196) | |
| CMYK | cmyk(91%, 59%, 0%, 23%) | — | |
| HSV | hsv(219, 91%, 77%) | — | |
| HWB | hwb(219 7% 23%) | color: hwb(219 7% 23%) | |
| OKLCH | oklch(0.4715 0.1913 261.66) | color: oklch(0.4715 0.1913 261.66) | |
| Lab | lab(37.57 27.22 -65.38) | color: lab(37.57 27.22 -65.38) | |
| LCH | lch(37.57 70.82 292.6) | color: lch(37.57 70.82 292.6) |
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)
#2D2DA8 — rgb(45, 45, 168)
Deuteranopia (Green-blind)
#2925A1 — rgb(41, 37, 161)
Tritanopia (Blue-blind)
#15928D — rgb(21, 146, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 83%, 42%);
text
color: hsl(219, 83%, 42%);
border
border: 2px solid hsl(219, 83%, 42%);
gradient light
background: linear-gradient(to right, hsl(219, 83%, 62%), hsl(219, 83%, 42%));
gradient dark
background: linear-gradient(to right, hsl(219, 83%, 42%), hsl(219, 83%, 22%))
hex
background-color: #1250C4;
tailwind
bg-[hsl(219,83%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 83%, 42%, 0.4);
css variable
--color-primary: hsl(219, 83%, 42%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 83%, 42%)?
HEX: #1250C4 | RGB: rgb(18, 80, 196) | CMYK: 91%, 59%, 0%, 23% | HSV: 219°, 91%, 77%. Copy any format from the conversion table above.
What colors go well with #1250C4?
The complementary color is HSL(39, 83%, 42%). 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, 83%, 42%) in CSS?
As HSL: color: hsl(219, 83%, 42%); — As HEX: color: #1250C4; — As RGB: color: rgb(18, 80, 196); — Tailwind CSS: bg-[hsl(219,83%,42%)] — CSS variable: --color-primary: hsl(219, 83%, 42%);