HSL(246, 91%, 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(246,91%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(246, 91%, 58%) | color: hsl(246, 91%, 58%) | |
| HEX | #4632F5 | color: #4632F5 | |
| RGB | rgb(70, 50, 245) | color: rgb(70, 50, 245) | |
| CMYK | cmyk(71%, 80%, 0%, 4%) | — | |
| HSV | hsv(246, 80%, 96%) | — | |
| HWB | hwb(246 19% 4%) | color: hwb(246 19% 4%) | |
| OKLCH | oklch(0.4955 0.2682 274.95) | color: oklch(0.4955 0.2682 274.95) | |
| Lab | lab(38.15 64.68 -92.41) | color: lab(38.15 64.68 -92.41) | |
| LCH | lch(38.15 112.8 304.99) | color: lch(38.15 112.8 304.99) |
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)
#3D3DC6 — rgb(61, 61, 198)
Deuteranopia (Green-blind)
#3F40BB — rgb(63, 64, 187)
Tritanopia (Blue-blind)
#45A198 — rgb(69, 161, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(246, 91%, 58%);
text
color: hsl(246, 91%, 58%);
border
border: 2px solid hsl(246, 91%, 58%);
gradient light
background: linear-gradient(to right, hsl(246, 91%, 78%), hsl(246, 91%, 58%));
gradient dark
background: linear-gradient(to right, hsl(246, 91%, 58%), hsl(246, 91%, 38%))
hex
background-color: #4632F5;
tailwind
bg-[hsl(246,91%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(246, 91%, 58%, 0.4);
css variable
--color-primary: hsl(246, 91%, 58%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(246, 91%, 58%)?
HEX: #4632F5 | RGB: rgb(70, 50, 245) | CMYK: 71%, 80%, 0%, 4% | HSV: 246°, 80%, 96%. Copy any format from the conversion table above.
What colors go well with #4632F5?
The complementary color is HSL(66, 91%, 58%). For a triadic harmony, use hues 246°, 6°, and 126°. For analogous combinations, try hues 216° and 276°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(246, 91%, 58%) in CSS?
As HSL: color: hsl(246, 91%, 58%); — As HEX: color: #4632F5; — As RGB: color: rgb(70, 50, 245); — Tailwind CSS: bg-[hsl(246,91%,58%)] — CSS variable: --color-primary: hsl(246, 91%, 58%);