HSL(209, 94%, 59%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(209,94%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(209, 94%, 59%) | color: hsl(209, 94%, 59%) | |
| HEX | #349AF9 | color: #349AF9 | |
| RGB | rgb(52, 154, 249) | color: rgb(52, 154, 249) | |
| CMYK | cmyk(79%, 38%, 0%, 2%) | — | |
| HSV | hsv(209, 79%, 98%) | — | |
| HWB | hwb(209 21% 2%) | color: hwb(209 21% 2%) | |
| OKLCH | oklch(0.6743 0.1679 250.71) | color: oklch(0.6743 0.1679 250.71) | |
| Lab | lab(62.23 3.46 -55.51) | color: lab(62.23 3.46 -55.51) | |
| LCH | lch(62.23 55.62 273.57) | color: lch(62.23 55.62 273.57) |
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)
#6061E2 — rgb(96, 97, 226)
Deuteranopia (Green-blind)
#5A53DD — rgb(90, 83, 221)
Tritanopia (Blue-blind)
#39D0CC — rgb(57, 208, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(209, 94%, 59%);
text
color: hsl(209, 94%, 59%);
border
border: 2px solid hsl(209, 94%, 59%);
gradient light
background: linear-gradient(to right, hsl(209, 94%, 79%), hsl(209, 94%, 59%));
gradient dark
background: linear-gradient(to right, hsl(209, 94%, 59%), hsl(209, 94%, 39%))
hex
background-color: #349AF9;
tailwind
bg-[hsl(209,94%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(209, 94%, 59%, 0.4);
css variable
--color-primary: hsl(209, 94%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(209, 94%, 59%)?
HEX: #349AF9 | RGB: rgb(52, 154, 249) | CMYK: 79%, 38%, 0%, 2% | HSV: 209°, 79%, 98%. Copy any format from the conversion table above.
What colors go well with #349AF9?
The complementary color is HSL(29, 94%, 59%). For a triadic harmony, use hues 209°, 329°, and 89°. For analogous combinations, try hues 179° and 239°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(209, 94%, 59%) in CSS?
As HSL: color: hsl(209, 94%, 59%); — As HEX: color: #349AF9; — As RGB: color: rgb(52, 154, 249); — Tailwind CSS: bg-[hsl(209,94%,59%)] — CSS variable: --color-primary: hsl(209, 94%, 59%);