HSL(247, 94%, 50%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,94%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 94%, 50%) | color: hsl(247, 94%, 50%) | |
| HEX | #2408F7 | color: #2408F7 | |
| RGB | rgb(36, 8, 247) | color: rgb(36, 8, 247) | |
| CMYK | cmyk(85%, 97%, 0%, 3%) | — | |
| HSV | hsv(247, 97%, 97%) | — | |
| HWB | hwb(247 3% 3%) | color: hwb(247 3% 3%) | |
| OKLCH | oklch(0.452 0.2982 267.97) | color: oklch(0.452 0.2982 267.97) | |
| Lab | lab(32.4 76.37 -103.17) | color: lab(32.4 76.37 -103.17) | |
| LCH | lch(32.4 128.36 306.51) | color: lch(32.4 128.36 306.51) |
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)
#1818BD — rgb(24, 24, 189)
Deuteranopia (Green-blind)
#1A1CAF — rgb(26, 28, 175)
Tritanopia (Blue-blind)
#239085 — rgb(35, 144, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 94%, 50%);
text
color: hsl(247, 94%, 50%);
border
border: 2px solid hsl(247, 94%, 50%);
gradient light
background: linear-gradient(to right, hsl(247, 94%, 70%), hsl(247, 94%, 50%));
gradient dark
background: linear-gradient(to right, hsl(247, 94%, 50%), hsl(247, 94%, 30%))
hex
background-color: #2408F7;
tailwind
bg-[hsl(247,94%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 94%, 50%, 0.4);
css variable
--color-primary: hsl(247, 94%, 50%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 94%, 50%)?
HEX: #2408F7 | RGB: rgb(36, 8, 247) | CMYK: 85%, 97%, 0%, 3% | HSV: 247°, 97%, 97%. Copy any format from the conversion table above.
What colors go well with #2408F7?
The complementary color is HSL(67, 94%, 50%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 94%, 50%) in CSS?
As HSL: color: hsl(247, 94%, 50%); — As HEX: color: #2408F7; — As RGB: color: rgb(36, 8, 247); — Tailwind CSS: bg-[hsl(247,94%,50%)] — CSS variable: --color-primary: hsl(247, 94%, 50%);