HSL(224, 95%, 58%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(224,95%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(224, 95%, 58%) | color: hsl(224, 95%, 58%) | |
| HEX | #2E64FA | color: #2E64FA | |
| RGB | rgb(46, 100, 250) | color: rgb(46, 100, 250) | |
| CMYK | cmyk(82%, 60%, 0%, 2%) | — | |
| HSV | hsv(224, 82%, 98%) | — | |
| HWB | hwb(224 18% 2%) | color: hwb(224 18% 2%) | |
| OKLCH | oklch(0.5631 0.2309 264.66) | color: oklch(0.5631 0.2309 264.66) | |
| Lab | lab(47.75 36.51 -79.46) | color: lab(47.75 36.51 -79.46) | |
| LCH | lch(47.75 87.45 294.68) | color: lch(47.75 87.45 294.68) |
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)
#4546D6 — rgb(69, 70, 214)
Deuteranopia (Green-blind)
#423ECD — rgb(66, 62, 205)
Tritanopia (Blue-blind)
#31B9B3 — rgb(49, 185, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(224, 95%, 58%);
text
color: hsl(224, 95%, 58%);
border
border: 2px solid hsl(224, 95%, 58%);
gradient light
background: linear-gradient(to right, hsl(224, 95%, 78%), hsl(224, 95%, 58%));
gradient dark
background: linear-gradient(to right, hsl(224, 95%, 58%), hsl(224, 95%, 38%))
hex
background-color: #2E64FA;
tailwind
bg-[hsl(224,95%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(224, 95%, 58%, 0.4);
css variable
--color-primary: hsl(224, 95%, 58%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(224, 95%, 58%)?
HEX: #2E64FA | RGB: rgb(46, 100, 250) | CMYK: 82%, 60%, 0%, 2% | HSV: 224°, 82%, 98%. Copy any format from the conversion table above.
What colors go well with #2E64FA?
The complementary color is HSL(44, 95%, 58%). For a triadic harmony, use hues 224°, 344°, and 104°. For analogous combinations, try hues 194° and 254°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(224, 95%, 58%) in CSS?
As HSL: color: hsl(224, 95%, 58%); — As HEX: color: #2E64FA; — As RGB: color: rgb(46, 100, 250); — Tailwind CSS: bg-[hsl(224,95%,58%)] — CSS variable: --color-primary: hsl(224, 95%, 58%);