HSL(247, 93%, 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(247,93%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 93%, 59%) | color: hsl(247, 93%, 59%) | |
| HEX | #4C35F8 | color: #4C35F8 | |
| RGB | rgb(76, 53, 248) | color: rgb(76, 53, 248) | |
| CMYK | cmyk(69%, 79%, 0%, 3%) | — | |
| HSV | hsv(247, 79%, 97%) | — | |
| HWB | hwb(247 20% 3%) | color: hwb(247 20% 3%) | |
| OKLCH | oklch(0.5057 0.2678 276.2) | color: oklch(0.5057 0.2678 276.2) | |
| Lab | lab(39.34 64.65 -92.12) | color: lab(39.34 64.65 -92.12) | |
| LCH | lch(39.34 112.54 305.06) | color: lch(39.34 112.54 305.06) |
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)
#4242C9 — rgb(66, 66, 201)
Deuteranopia (Green-blind)
#4345BE — rgb(67, 69, 190)
Tritanopia (Blue-blind)
#4BA49B — rgb(75, 164, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 93%, 59%);
text
color: hsl(247, 93%, 59%);
border
border: 2px solid hsl(247, 93%, 59%);
gradient light
background: linear-gradient(to right, hsl(247, 93%, 79%), hsl(247, 93%, 59%));
gradient dark
background: linear-gradient(to right, hsl(247, 93%, 59%), hsl(247, 93%, 39%))
hex
background-color: #4C35F8;
tailwind
bg-[hsl(247,93%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 93%, 59%, 0.4);
css variable
--color-primary: hsl(247, 93%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 93%, 59%)?
HEX: #4C35F8 | RGB: rgb(76, 53, 248) | CMYK: 69%, 79%, 0%, 3% | HSV: 247°, 79%, 97%. Copy any format from the conversion table above.
What colors go well with #4C35F8?
The complementary color is HSL(67, 93%, 59%). 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, 93%, 59%) in CSS?
As HSL: color: hsl(247, 93%, 59%); — As HEX: color: #4C35F8; — As RGB: color: rgb(76, 53, 248); — Tailwind CSS: bg-[hsl(247,93%,59%)] — CSS variable: --color-primary: hsl(247, 93%, 59%);