HSL(236, 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(236,91%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 91%, 58%) | color: hsl(236, 91%, 58%) | |
| HEX | #323FF5 | color: #323FF5 | |
| RGB | rgb(50, 63, 245) | color: rgb(50, 63, 245) | |
| CMYK | cmyk(80%, 74%, 0%, 4%) | — | |
| HSV | hsv(236, 80%, 96%) | — | |
| HWB | hwb(236 19% 4%) | color: hwb(236 19% 4%) | |
| OKLCH | oklch(0.5005 0.2624 269.36) | color: oklch(0.5005 0.2624 269.36) | |
| Lab | lab(39.28 56.96 -90.58) | color: lab(39.28 56.96 -90.58) | |
| LCH | lch(39.28 107 302.16) | color: lch(39.28 107 302.16) |
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)
#3838C9 — rgb(56, 56, 201)
Deuteranopia (Green-blind)
#3736BE — rgb(55, 54, 190)
Tritanopia (Blue-blind)
#33A69F — rgb(51, 166, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 91%, 58%);
text
color: hsl(236, 91%, 58%);
border
border: 2px solid hsl(236, 91%, 58%);
gradient light
background: linear-gradient(to right, hsl(236, 91%, 78%), hsl(236, 91%, 58%));
gradient dark
background: linear-gradient(to right, hsl(236, 91%, 58%), hsl(236, 91%, 38%))
hex
background-color: #323FF5;
tailwind
bg-[hsl(236,91%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 91%, 58%, 0.4);
css variable
--color-primary: hsl(236, 91%, 58%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 91%, 58%)?
HEX: #323FF5 | RGB: rgb(50, 63, 245) | CMYK: 80%, 74%, 0%, 4% | HSV: 236°, 80%, 96%. Copy any format from the conversion table above.
What colors go well with #323FF5?
The complementary color is HSL(56, 91%, 58%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 91%, 58%) in CSS?
As HSL: color: hsl(236, 91%, 58%); — As HEX: color: #323FF5; — As RGB: color: rgb(50, 63, 245); — Tailwind CSS: bg-[hsl(236,91%,58%)] — CSS variable: --color-primary: hsl(236, 91%, 58%);