HSL(229, 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(229,82%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 82%, 59%) | color: hsl(229, 82%, 59%) | |
| HEX | #4160EC | color: #4160EC | |
| RGB | rgb(65, 96, 236) | color: rgb(65, 96, 236) | |
| CMYK | cmyk(72%, 59%, 0%, 7%) | — | |
| HSV | hsv(229, 72%, 93%) | — | |
| HWB | hwb(229 26% 7%) | color: hwb(229 26% 7%) | |
| OKLCH | oklch(0.5515 0.2132 268.71) | color: oklch(0.5515 0.2132 268.71) | |
| Lab | lab(46.37 35.81 -73.84) | color: lab(46.37 35.81 -73.84) | |
| LCH | lch(46.37 82.07 295.87) | color: lch(46.37 82.07 295.87) |
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)
#4E4FCA — rgb(78, 79, 202)
Deuteranopia (Green-blind)
#4D4AC2 — rgb(77, 74, 194)
Tritanopia (Blue-blind)
#43AFAA — rgb(67, 175, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 82%, 59%);
text
color: hsl(229, 82%, 59%);
border
border: 2px solid hsl(229, 82%, 59%);
gradient light
background: linear-gradient(to right, hsl(229, 82%, 79%), hsl(229, 82%, 59%));
gradient dark
background: linear-gradient(to right, hsl(229, 82%, 59%), hsl(229, 82%, 39%))
hex
background-color: #4160EC;
tailwind
bg-[hsl(229,82%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 82%, 59%, 0.4);
css variable
--color-primary: hsl(229, 82%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 82%, 59%)?
HEX: #4160EC | RGB: rgb(65, 96, 236) | CMYK: 72%, 59%, 0%, 7% | HSV: 229°, 72%, 93%. Copy any format from the conversion table above.
What colors go well with #4160EC?
The complementary color is HSL(49, 82%, 59%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 82%, 59%) in CSS?
As HSL: color: hsl(229, 82%, 59%); — As HEX: color: #4160EC; — As RGB: color: rgb(65, 96, 236); — Tailwind CSS: bg-[hsl(229,82%,59%)] — CSS variable: --color-primary: hsl(229, 82%, 59%);