HSL(209, 95%, 41%)
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,95%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(209, 95%, 41%) | color: hsl(209, 95%, 41%) | |
| HEX | #056CCC | color: #056CCC | |
| RGB | rgb(5, 108, 204) | color: rgb(5, 108, 204) | |
| CMYK | cmyk(98%, 47%, 0%, 20%) | — | |
| HSV | hsv(209, 98%, 80%) | — | |
| HWB | hwb(209 2% 20%) | color: hwb(209 2% 20%) | |
| OKLCH | oklch(0.5357 0.1696 254.23) | color: oklch(0.5357 0.1696 254.23) | |
| Lab | lab(45.79 11.57 -56.67) | color: lab(45.79 11.57 -56.67) | |
| LCH | lch(45.79 57.84 281.54) | color: lch(45.79 57.84 281.54) |
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)
#3233B5 — rgb(50, 51, 181)
Deuteranopia (Green-blind)
#2C24AF — rgb(44, 36, 175)
Tritanopia (Blue-blind)
#0AA29E — rgb(10, 162, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(209, 95%, 41%);
text
color: hsl(209, 95%, 41%);
border
border: 2px solid hsl(209, 95%, 41%);
gradient light
background: linear-gradient(to right, hsl(209, 95%, 61%), hsl(209, 95%, 41%));
gradient dark
background: linear-gradient(to right, hsl(209, 95%, 41%), hsl(209, 95%, 21%))
hex
background-color: #056CCC;
tailwind
bg-[hsl(209,95%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(209, 95%, 41%, 0.4);
css variable
--color-primary: hsl(209, 95%, 41%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(209, 95%, 41%)?
HEX: #056CCC | RGB: rgb(5, 108, 204) | CMYK: 98%, 47%, 0%, 20% | HSV: 209°, 98%, 80%. Copy any format from the conversion table above.
What colors go well with #056CCC?
The complementary color is HSL(29, 95%, 41%). 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, 95%, 41%) in CSS?
As HSL: color: hsl(209, 95%, 41%); — As HEX: color: #056CCC; — As RGB: color: rgb(5, 108, 204); — Tailwind CSS: bg-[hsl(209,95%,41%)] — CSS variable: --color-primary: hsl(209, 95%, 41%);