HSL(219, 95%, 55%)
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%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 95%, 55%) | color: hsl(219, 95%, 55%) | |
| HEX | #1F6CF9 | color: #1F6CF9 | |
| RGB | rgb(31, 108, 249) | color: rgb(31, 108, 249) | |
| CMYK | cmyk(88%, 57%, 0%, 2%) | — | |
| HSV | hsv(219, 88%, 98%) | — | |
| HWB | hwb(219 12% 2%) | color: hwb(219 12% 2%) | |
| OKLCH | oklch(0.5737 0.2234 261.4) | color: oklch(0.5737 0.2234 261.4) | |
| Lab | lab(49.32 30.13 -76.35) | color: lab(49.32 30.13 -76.35) | |
| LCH | lch(49.32 82.08 291.54) | color: lch(49.32 82.08 291.54) |
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)
#4041D7 — rgb(64, 65, 215)
Deuteranopia (Green-blind)
#3C36CF — rgb(60, 54, 207)
Tritanopia (Blue-blind)
#23BCB6 — rgb(35, 188, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 95%, 55%);
text
color: hsl(219, 95%, 55%);
border
border: 2px solid hsl(219, 95%, 55%);
gradient light
background: linear-gradient(to right, hsl(219, 95%, 75%), hsl(219, 95%, 55%));
gradient dark
background: linear-gradient(to right, hsl(219, 95%, 55%), hsl(219, 95%, 35%))
hex
background-color: #1F6CF9;
tailwind
bg-[hsl(219,95%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 95%, 55%, 0.4);
css variable
--color-primary: hsl(219, 95%, 55%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 95%, 55%)?
HEX: #1F6CF9 | RGB: rgb(31, 108, 249) | CMYK: 88%, 57%, 0%, 2% | HSV: 219°, 88%, 98%. Copy any format from the conversion table above.
What colors go well with #1F6CF9?
The complementary color is HSL(39, 95%, 55%). 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%, 55%) in CSS?
As HSL: color: hsl(219, 95%, 55%); — As HEX: color: #1F6CF9; — As RGB: color: rgb(31, 108, 249); — Tailwind CSS: bg-[hsl(219,95%,55%)] — CSS variable: --color-primary: hsl(219, 95%, 55%);