HSL(211, 95%, 44%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,95%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 95%, 44%) | color: hsl(211, 95%, 44%) | |
| HEX | #066DDB | color: #066DDB | |
| RGB | rgb(6, 109, 219) | color: rgb(6, 109, 219) | |
| CMYK | cmyk(97%, 50%, 0%, 14%) | — | |
| HSV | hsv(211, 97%, 86%) | — | |
| HWB | hwb(211 3% 14%) | color: hwb(211 3% 14%) | |
| OKLCH | oklch(0.5489 0.1874 256.41) | color: oklch(0.5489 0.1874 256.41) | |
| Lab | lab(47.09 16.91 -63.13) | color: lab(47.09 16.91 -63.13) | |
| LCH | lch(47.09 65.36 285) | color: lch(47.09 65.36 285) |
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)
#3334C0 — rgb(51, 52, 192)
Deuteranopia (Green-blind)
#2D25BA — rgb(45, 37, 186)
Tritanopia (Blue-blind)
#0BABA7 — rgb(11, 171, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 95%, 44%);
text
color: hsl(211, 95%, 44%);
border
border: 2px solid hsl(211, 95%, 44%);
gradient light
background: linear-gradient(to right, hsl(211, 95%, 64%), hsl(211, 95%, 44%));
gradient dark
background: linear-gradient(to right, hsl(211, 95%, 44%), hsl(211, 95%, 24%))
hex
background-color: #066DDB;
tailwind
bg-[hsl(211,95%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 95%, 44%, 0.4);
css variable
--color-primary: hsl(211, 95%, 44%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 95%, 44%)?
HEX: #066DDB | RGB: rgb(6, 109, 219) | CMYK: 97%, 50%, 0%, 14% | HSV: 211°, 97%, 86%. Copy any format from the conversion table above.
What colors go well with #066DDB?
The complementary color is HSL(31, 95%, 44%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 95%, 44%) in CSS?
As HSL: color: hsl(211, 95%, 44%); — As HEX: color: #066DDB; — As RGB: color: rgb(6, 109, 219); — Tailwind CSS: bg-[hsl(211,95%,44%)] — CSS variable: --color-primary: hsl(211, 95%, 44%);