HSL(234, 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(234,92%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 92%, 59%) | color: hsl(234, 92%, 59%) | |
| HEX | #364AF7 | color: #364AF7 | |
| RGB | rgb(54, 74, 247) | color: rgb(54, 74, 247) | |
| CMYK | cmyk(78%, 70%, 0%, 3%) | — | |
| HSV | hsv(234, 78%, 97%) | — | |
| HWB | hwb(234 21% 3%) | color: hwb(234 21% 3%) | |
| OKLCH | oklch(0.5198 0.2534 269.24) | color: oklch(0.5198 0.2534 269.24) | |
| Lab | lab(41.84 51.78 -87.47) | color: lab(41.84 51.78 -87.47) | |
| LCH | lch(41.84 101.65 300.62) | color: lch(41.84 101.65 300.62) |
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)
#3F3FCD — rgb(63, 63, 205)
Deuteranopia (Green-blind)
#3E3CC3 — rgb(62, 60, 195)
Tritanopia (Blue-blind)
#37ACA5 — rgb(55, 172, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 92%, 59%);
text
color: hsl(234, 92%, 59%);
border
border: 2px solid hsl(234, 92%, 59%);
gradient light
background: linear-gradient(to right, hsl(234, 92%, 79%), hsl(234, 92%, 59%));
gradient dark
background: linear-gradient(to right, hsl(234, 92%, 59%), hsl(234, 92%, 39%))
hex
background-color: #364AF7;
tailwind
bg-[hsl(234,92%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 92%, 59%, 0.4);
css variable
--color-primary: hsl(234, 92%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 92%, 59%)?
HEX: #364AF7 | RGB: rgb(54, 74, 247) | CMYK: 78%, 70%, 0%, 3% | HSV: 234°, 78%, 97%. Copy any format from the conversion table above.
What colors go well with #364AF7?
The complementary color is HSL(54, 92%, 59%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(234, 92%, 59%) in CSS?
As HSL: color: hsl(234, 92%, 59%); — As HEX: color: #364AF7; — As RGB: color: rgb(54, 74, 247); — Tailwind CSS: bg-[hsl(234,92%,59%)] — CSS variable: --color-primary: hsl(234, 92%, 59%);