HSL(250, 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(250,92%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 92%, 59%) | color: hsl(250, 92%, 59%) | |
| HEX | #5636F7 | color: #5636F7 | |
| RGB | rgb(86, 54, 247) | color: rgb(86, 54, 247) | |
| CMYK | cmyk(65%, 78%, 0%, 3%) | — | |
| HSV | hsv(250, 78%, 97%) | — | |
| HWB | hwb(250 21% 3%) | color: hwb(250 21% 3%) | |
| OKLCH | oklch(0.5128 0.2639 279.17) | color: oklch(0.5128 0.2639 279.17) | |
| Lab | lab(40.13 64.77 -90.23) | color: lab(40.13 64.77 -90.23) | |
| LCH | lch(40.13 111.07 305.67) | color: lch(40.13 111.07 305.67) |
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)
#4848C8 — rgb(72, 72, 200)
Deuteranopia (Green-blind)
#4A4CBD — rgb(74, 76, 189)
Tritanopia (Blue-blind)
#54A39B — rgb(84, 163, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 92%, 59%);
text
color: hsl(250, 92%, 59%);
border
border: 2px solid hsl(250, 92%, 59%);
gradient light
background: linear-gradient(to right, hsl(250, 92%, 79%), hsl(250, 92%, 59%));
gradient dark
background: linear-gradient(to right, hsl(250, 92%, 59%), hsl(250, 92%, 39%))
hex
background-color: #5636F7;
tailwind
bg-[hsl(250,92%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 92%, 59%, 0.4);
css variable
--color-primary: hsl(250, 92%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 92%, 59%)?
HEX: #5636F7 | RGB: rgb(86, 54, 247) | CMYK: 65%, 78%, 0%, 3% | HSV: 250°, 78%, 97%. Copy any format from the conversion table above.
What colors go well with #5636F7?
The complementary color is HSL(70, 92%, 59%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(250, 92%, 59%) in CSS?
As HSL: color: hsl(250, 92%, 59%); — As HEX: color: #5636F7; — As RGB: color: rgb(86, 54, 247); — Tailwind CSS: bg-[hsl(250,92%,59%)] — CSS variable: --color-primary: hsl(250, 92%, 59%);