HSL(211, 91%, 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(211,91%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 91%, 55%) | color: hsl(211, 91%, 55%) | |
| HEX | #2489F5 | color: #2489F5 | |
| RGB | rgb(36, 137, 245) | color: rgb(36, 137, 245) | |
| CMYK | cmyk(85%, 44%, 0%, 4%) | — | |
| HSV | hsv(211, 85%, 96%) | — | |
| HWB | hwb(211 14% 4%) | color: hwb(211 14% 4%) | |
| OKLCH | oklch(0.6314 0.1843 254.27) | color: oklch(0.6314 0.1843 254.27) | |
| Lab | lab(56.93 10.82 -61.8) | color: lab(56.93 10.82 -61.8) | |
| LCH | lch(56.93 62.74 279.93) | color: lch(56.93 62.74 279.93) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#5051DB — rgb(80, 81, 219)
Deuteranopia (Green-blind)
#4A42D5 — rgb(74, 66, 213)
Tritanopia (Blue-blind)
#29C6C2 — rgb(41, 198, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 91%, 55%);
text
color: hsl(211, 91%, 55%);
border
border: 2px solid hsl(211, 91%, 55%);
gradient light
background: linear-gradient(to right, hsl(211, 91%, 75%), hsl(211, 91%, 55%));
gradient dark
background: linear-gradient(to right, hsl(211, 91%, 55%), hsl(211, 91%, 35%))
hex
background-color: #2489F5;
tailwind
bg-[hsl(211,91%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 91%, 55%, 0.4);
css variable
--color-primary: hsl(211, 91%, 55%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 91%, 55%)?
HEX: #2489F5 | RGB: rgb(36, 137, 245) | CMYK: 85%, 44%, 0%, 4% | HSV: 211°, 85%, 96%. Copy any format from the conversion table above.
What colors go well with #2489F5?
The complementary color is HSL(31, 91%, 55%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 91%, 55%) in CSS?
As HSL: color: hsl(211, 91%, 55%); — As HEX: color: #2489F5; — As RGB: color: rgb(36, 137, 245); — Tailwind CSS: bg-[hsl(211,91%,55%)] — CSS variable: --color-primary: hsl(211, 91%, 55%);