HSL(223, 90%, 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(223,90%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(223, 90%, 59%) | color: hsl(223, 90%, 59%) | |
| HEX | #386EF5 | color: #386EF5 | |
| RGB | rgb(56, 110, 245) | color: rgb(56, 110, 245) | |
| CMYK | cmyk(77%, 55%, 0%, 4%) | — | |
| HSV | hsv(223, 77%, 96%) | — | |
| HWB | hwb(223 22% 4%) | color: hwb(223 22% 4%) | |
| OKLCH | oklch(0.5812 0.2107 264.29) | color: oklch(0.5812 0.2107 264.29) | |
| Lab | lab(50.2 29.31 -72.66) | color: lab(50.2 29.31 -72.66) | |
| LCH | lch(50.2 78.35 291.97) | color: lch(50.2 78.35 291.97) |
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)
#4F50D4 — rgb(79, 80, 212)
Deuteranopia (Green-blind)
#4C48CD — rgb(76, 72, 205)
Tritanopia (Blue-blind)
#3BBBB5 — rgb(59, 187, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(223, 90%, 59%);
text
color: hsl(223, 90%, 59%);
border
border: 2px solid hsl(223, 90%, 59%);
gradient light
background: linear-gradient(to right, hsl(223, 90%, 79%), hsl(223, 90%, 59%));
gradient dark
background: linear-gradient(to right, hsl(223, 90%, 59%), hsl(223, 90%, 39%))
hex
background-color: #386EF5;
tailwind
bg-[hsl(223,90%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(223, 90%, 59%, 0.4);
css variable
--color-primary: hsl(223, 90%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(223, 90%, 59%)?
HEX: #386EF5 | RGB: rgb(56, 110, 245) | CMYK: 77%, 55%, 0%, 4% | HSV: 223°, 77%, 96%. Copy any format from the conversion table above.
What colors go well with #386EF5?
The complementary color is HSL(43, 90%, 59%). For a triadic harmony, use hues 223°, 343°, and 103°. For analogous combinations, try hues 193° and 253°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(223, 90%, 59%) in CSS?
As HSL: color: hsl(223, 90%, 59%); — As HEX: color: #386EF5; — As RGB: color: rgb(56, 110, 245); — Tailwind CSS: bg-[hsl(223,90%,59%)] — CSS variable: --color-primary: hsl(223, 90%, 59%);