HSL(222, 97%, 45%)
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,97%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 97%, 45%) | color: hsl(222, 97%, 45%) | |
| HEX | #0346E2 | color: #0346E2 | |
| RGB | rgb(3, 70, 226) | color: rgb(3, 70, 226) | |
| CMYK | cmyk(99%, 69%, 0%, 11%) | — | |
| HSV | hsv(222, 99%, 89%) | — | |
| HWB | hwb(222 1% 11%) | color: hwb(222 1% 11%) | |
| OKLCH | oklch(0.4798 0.2414 263.19) | color: oklch(0.4798 0.2414 263.19) | |
| Lab | lab(37.64 44.58 -82.56) | color: lab(37.64 44.58 -82.56) | |
| LCH | lch(37.64 93.83 298.37) | color: lch(37.64 93.83 298.37) |
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)
#2021BC — rgb(32, 33, 188)
Deuteranopia (Green-blind)
#1C17B3 — rgb(28, 23, 179)
Tritanopia (Blue-blind)
#069E98 — rgb(6, 158, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 97%, 45%);
text
color: hsl(222, 97%, 45%);
border
border: 2px solid hsl(222, 97%, 45%);
gradient light
background: linear-gradient(to right, hsl(222, 97%, 65%), hsl(222, 97%, 45%));
gradient dark
background: linear-gradient(to right, hsl(222, 97%, 45%), hsl(222, 97%, 25%))
hex
background-color: #0346E2;
tailwind
bg-[hsl(222,97%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 97%, 45%, 0.4);
css variable
--color-primary: hsl(222, 97%, 45%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 97%, 45%)?
HEX: #0346E2 | RGB: rgb(3, 70, 226) | CMYK: 99%, 69%, 0%, 11% | HSV: 222°, 99%, 89%. Copy any format from the conversion table above.
What colors go well with #0346E2?
The complementary color is HSL(42, 97%, 45%). 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, 97%, 45%) in CSS?
As HSL: color: hsl(222, 97%, 45%); — As HEX: color: #0346E2; — As RGB: color: rgb(3, 70, 226); — Tailwind CSS: bg-[hsl(222,97%,45%)] — CSS variable: --color-primary: hsl(222, 97%, 45%);