HSL(249, 92%, 59%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,92%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 92%, 59%) | color: hsl(249, 92%, 59%) | |
| HEX | #5336F7 | color: #5336F7 | |
| RGB | rgb(83, 54, 247) | color: rgb(83, 54, 247) | |
| CMYK | cmyk(66%, 78%, 0%, 3%) | — | |
| HSV | hsv(249, 78%, 97%) | — | |
| HWB | hwb(249 21% 3%) | color: hwb(249 21% 3%) | |
| OKLCH | oklch(0.5106 0.2645 278.26) | color: oklch(0.5106 0.2645 278.26) | |
| Lab | lab(39.9 64.5 -90.62) | color: lab(39.9 64.5 -90.62) | |
| LCH | lch(39.9 111.23 305.44) | color: lch(39.9 111.23 305.44) |
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)
#4646C8 — rgb(70, 70, 200)
Deuteranopia (Green-blind)
#484ABD — rgb(72, 74, 189)
Tritanopia (Blue-blind)
#52A39B — rgb(82, 163, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 92%, 59%);
text
color: hsl(249, 92%, 59%);
border
border: 2px solid hsl(249, 92%, 59%);
gradient light
background: linear-gradient(to right, hsl(249, 92%, 79%), hsl(249, 92%, 59%));
gradient dark
background: linear-gradient(to right, hsl(249, 92%, 59%), hsl(249, 92%, 39%))
hex
background-color: #5336F7;
tailwind
bg-[hsl(249,92%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 92%, 59%, 0.4);
css variable
--color-primary: hsl(249, 92%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 92%, 59%)?
HEX: #5336F7 | RGB: rgb(83, 54, 247) | CMYK: 66%, 78%, 0%, 3% | HSV: 249°, 78%, 97%. Copy any format from the conversion table above.
What colors go well with #5336F7?
The complementary color is HSL(69, 92%, 59%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 92%, 59%) in CSS?
As HSL: color: hsl(249, 92%, 59%); — As HEX: color: #5336F7; — As RGB: color: rgb(83, 54, 247); — Tailwind CSS: bg-[hsl(249,92%,59%)] — CSS variable: --color-primary: hsl(249, 92%, 59%);