HSL(216, 82%, 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(216,82%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 82%, 59%) | color: hsl(216, 82%, 59%) | |
| HEX | #4185EC | color: #4185EC | |
| RGB | rgb(65, 133, 236) | color: rgb(65, 133, 236) | |
| CMYK | cmyk(72%, 44%, 0%, 7%) | — | |
| HSV | hsv(216, 72%, 93%) | — | |
| HWB | hwb(216 26% 7%) | color: hwb(216 26% 7%) | |
| OKLCH | oklch(0.6249 0.17 258.65) | color: oklch(0.6249 0.17 258.65) | |
| Lab | lab(56.04 12.81 -58.21) | color: lab(56.04 12.81 -58.21) | |
| LCH | lch(56.04 59.6 282.41) | color: lch(56.04 59.6 282.41) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#5E5FD3 — rgb(94, 95, 211)
Deuteranopia (Green-blind)
#5B55CD — rgb(91, 85, 205)
Tritanopia (Blue-blind)
#44BFBB — rgb(68, 191, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 82%, 59%);
text
color: hsl(216, 82%, 59%);
border
border: 2px solid hsl(216, 82%, 59%);
gradient light
background: linear-gradient(to right, hsl(216, 82%, 79%), hsl(216, 82%, 59%));
gradient dark
background: linear-gradient(to right, hsl(216, 82%, 59%), hsl(216, 82%, 39%))
hex
background-color: #4185EC;
tailwind
bg-[hsl(216,82%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 82%, 59%, 0.4);
css variable
--color-primary: hsl(216, 82%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 82%, 59%)?
HEX: #4185EC | RGB: rgb(65, 133, 236) | CMYK: 72%, 44%, 0%, 7% | HSV: 216°, 72%, 93%. Copy any format from the conversion table above.
What colors go well with #4185EC?
The complementary color is HSL(36, 82%, 59%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 82%, 59%) in CSS?
As HSL: color: hsl(216, 82%, 59%); — As HEX: color: #4185EC; — As RGB: color: rgb(65, 133, 236); — Tailwind CSS: bg-[hsl(216,82%,59%)] — CSS variable: --color-primary: hsl(216, 82%, 59%);