HSL(211, 92%, 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(211,92%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 92%, 45%) | color: hsl(211, 92%, 45%) | |
| HEX | #096FDC | color: #096FDC | |
| RGB | rgb(9, 111, 220) | color: rgb(9, 111, 220) | |
| CMYK | cmyk(96%, 50%, 0%, 14%) | — | |
| HSV | hsv(211, 96%, 86%) | — | |
| HWB | hwb(211 3% 14%) | color: hwb(211 3% 14%) | |
| OKLCH | oklch(0.5542 0.1861 256.15) | color: oklch(0.5542 0.1861 256.15) | |
| Lab | lab(47.74 16.11 -62.64) | color: lab(47.74 16.11 -62.64) | |
| LCH | lch(47.74 64.68 284.42) | color: lch(47.74 64.68 284.42) |
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)
#3536C2 — rgb(53, 54, 194)
Deuteranopia (Green-blind)
#2F28BB — rgb(47, 40, 187)
Tritanopia (Blue-blind)
#0EADA8 — rgb(14, 173, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 92%, 45%);
text
color: hsl(211, 92%, 45%);
border
border: 2px solid hsl(211, 92%, 45%);
gradient light
background: linear-gradient(to right, hsl(211, 92%, 65%), hsl(211, 92%, 45%));
gradient dark
background: linear-gradient(to right, hsl(211, 92%, 45%), hsl(211, 92%, 25%))
hex
background-color: #096FDC;
tailwind
bg-[hsl(211,92%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 92%, 45%, 0.4);
css variable
--color-primary: hsl(211, 92%, 45%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 92%, 45%)?
HEX: #096FDC | RGB: rgb(9, 111, 220) | CMYK: 96%, 50%, 0%, 14% | HSV: 211°, 96%, 86%. Copy any format from the conversion table above.
What colors go well with #096FDC?
The complementary color is HSL(31, 92%, 45%). 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, 92%, 45%) in CSS?
As HSL: color: hsl(211, 92%, 45%); — As HEX: color: #096FDC; — As RGB: color: rgb(9, 111, 220); — Tailwind CSS: bg-[hsl(211,92%,45%)] — CSS variable: --color-primary: hsl(211, 92%, 45%);