HSL(227, 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(227,93%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(227, 93%, 59%) | color: hsl(227, 93%, 59%) | |
| HEX | #355FF8 | color: #355FF8 | |
| RGB | rgb(53, 95, 248) | color: rgb(53, 95, 248) | |
| CMYK | cmyk(79%, 62%, 0%, 3%) | — | |
| HSV | hsv(227, 79%, 97%) | — | |
| HWB | hwb(227 20% 3%) | color: hwb(227 20% 3%) | |
| OKLCH | oklch(0.5548 0.2325 266.53) | color: oklch(0.5548 0.2325 266.53) | |
| Lab | lab(46.6 39.47 -80.21) | color: lab(46.6 39.47 -80.21) | |
| LCH | lch(46.6 89.4 296.2) | color: lch(46.6 89.4 296.2) |
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)
#4748D3 — rgb(71, 72, 211)
Deuteranopia (Green-blind)
#4542CA — rgb(69, 66, 202)
Tritanopia (Blue-blind)
#37B6AF — rgb(55, 182, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(227, 93%, 59%);
text
color: hsl(227, 93%, 59%);
border
border: 2px solid hsl(227, 93%, 59%);
gradient light
background: linear-gradient(to right, hsl(227, 93%, 79%), hsl(227, 93%, 59%));
gradient dark
background: linear-gradient(to right, hsl(227, 93%, 59%), hsl(227, 93%, 39%))
hex
background-color: #355FF8;
tailwind
bg-[hsl(227,93%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(227, 93%, 59%, 0.4);
css variable
--color-primary: hsl(227, 93%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(227, 93%, 59%)?
HEX: #355FF8 | RGB: rgb(53, 95, 248) | CMYK: 79%, 62%, 0%, 3% | HSV: 227°, 79%, 97%. Copy any format from the conversion table above.
What colors go well with #355FF8?
The complementary color is HSL(47, 93%, 59%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(227, 93%, 59%) in CSS?
As HSL: color: hsl(227, 93%, 59%); — As HEX: color: #355FF8; — As RGB: color: rgb(53, 95, 248); — Tailwind CSS: bg-[hsl(227,93%,59%)] — CSS variable: --color-primary: hsl(227, 93%, 59%);