HSL(247, 91%, 52%)
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,91%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 91%, 52%) | color: hsl(247, 91%, 52%) | |
| HEX | #2F15F4 | color: #2F15F4 | |
| RGB | rgb(47, 21, 244) | color: rgb(47, 21, 244) | |
| CMYK | cmyk(81%, 91%, 0%, 4%) | — | |
| HSV | hsv(247, 91%, 96%) | — | |
| HWB | hwb(247 9% 4%) | color: hwb(247 9% 4%) | |
| OKLCH | oklch(0.4583 0.2889 270.21) | color: oklch(0.4583 0.2889 270.21) | |
| Lab | lab(33.29 73.43 -99.98) | color: lab(33.29 73.43 -99.98) | |
| LCH | lch(33.29 124.05 306.3) | color: lch(33.29 124.05 306.3) |
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)
#2424BE — rgb(36, 36, 190)
Deuteranopia (Green-blind)
#2527B1 — rgb(37, 39, 177)
Tritanopia (Blue-blind)
#2E938A — rgb(46, 147, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 91%, 52%);
text
color: hsl(247, 91%, 52%);
border
border: 2px solid hsl(247, 91%, 52%);
gradient light
background: linear-gradient(to right, hsl(247, 91%, 72%), hsl(247, 91%, 52%));
gradient dark
background: linear-gradient(to right, hsl(247, 91%, 52%), hsl(247, 91%, 32%))
hex
background-color: #2F15F4;
tailwind
bg-[hsl(247,91%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 91%, 52%, 0.4);
css variable
--color-primary: hsl(247, 91%, 52%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 91%, 52%)?
HEX: #2F15F4 | RGB: rgb(47, 21, 244) | CMYK: 81%, 91%, 0%, 4% | HSV: 247°, 91%, 96%. Copy any format from the conversion table above.
What colors go well with #2F15F4?
The complementary color is HSL(67, 91%, 52%). 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, 91%, 52%) in CSS?
As HSL: color: hsl(247, 91%, 52%); — As HEX: color: #2F15F4; — As RGB: color: rgb(47, 21, 244); — Tailwind CSS: bg-[hsl(247,91%,52%)] — CSS variable: --color-primary: hsl(247, 91%, 52%);