HSL(222, 93%, 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(222,93%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 93%, 59%) | color: hsl(222, 93%, 59%) | |
| HEX | #3570F8 | color: #3570F8 | |
| RGB | rgb(53, 112, 248) | color: rgb(53, 112, 248) | |
| CMYK | cmyk(79%, 55%, 0%, 3%) | — | |
| HSV | hsv(222, 79%, 97%) | — | |
| HWB | hwb(222 20% 3%) | color: hwb(222 20% 3%) | |
| OKLCH | oklch(0.5864 0.213 263.51) | color: oklch(0.5864 0.213 263.51) | |
| Lab | lab(50.83 28.86 -73.31) | color: lab(50.83 28.86 -73.31) | |
| LCH | lch(50.83 78.79 291.49) | color: lch(50.83 78.79 291.49) |
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)
#4F4FD7 — rgb(79, 79, 215)
Deuteranopia (Green-blind)
#4B47CF — rgb(75, 71, 207)
Tritanopia (Blue-blind)
#38BDB7 — rgb(56, 189, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 93%, 59%);
text
color: hsl(222, 93%, 59%);
border
border: 2px solid hsl(222, 93%, 59%);
gradient light
background: linear-gradient(to right, hsl(222, 93%, 79%), hsl(222, 93%, 59%));
gradient dark
background: linear-gradient(to right, hsl(222, 93%, 59%), hsl(222, 93%, 39%))
hex
background-color: #3570F8;
tailwind
bg-[hsl(222,93%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 93%, 59%, 0.4);
css variable
--color-primary: hsl(222, 93%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 93%, 59%)?
HEX: #3570F8 | RGB: rgb(53, 112, 248) | CMYK: 79%, 55%, 0%, 3% | HSV: 222°, 79%, 97%. Copy any format from the conversion table above.
What colors go well with #3570F8?
The complementary color is HSL(42, 93%, 59%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 93%, 59%) in CSS?
As HSL: color: hsl(222, 93%, 59%); — As HEX: color: #3570F8; — As RGB: color: rgb(53, 112, 248); — Tailwind CSS: bg-[hsl(222,93%,59%)] — CSS variable: --color-primary: hsl(222, 93%, 59%);