HSL(217, 96%, 47%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(217,96%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(217, 96%, 47%) | color: hsl(217, 96%, 47%) | |
| HEX | #055DEB | color: #055DEB | |
| RGB | rgb(5, 93, 235) | color: rgb(5, 93, 235) | |
| CMYK | cmyk(98%, 60%, 0%, 8%) | — | |
| HSV | hsv(217, 98%, 92%) | — | |
| HWB | hwb(217 2% 8%) | color: hwb(217 2% 8%) | |
| OKLCH | oklch(0.5295 0.2264 261.12) | color: oklch(0.5295 0.2264 261.12) | |
| Lab | lab(44.03 33.45 -77.17) | color: lab(44.03 33.45 -77.17) | |
| LCH | lch(44.03 84.11 293.43) | color: lch(44.03 84.11 293.43) |
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)
#2B2CC9 — rgb(43, 44, 201)
Deuteranopia (Green-blind)
#261FC0 — rgb(38, 31, 192)
Tritanopia (Blue-blind)
#09AEA8 — rgb(9, 174, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(217, 96%, 47%);
text
color: hsl(217, 96%, 47%);
border
border: 2px solid hsl(217, 96%, 47%);
gradient light
background: linear-gradient(to right, hsl(217, 96%, 67%), hsl(217, 96%, 47%));
gradient dark
background: linear-gradient(to right, hsl(217, 96%, 47%), hsl(217, 96%, 27%))
hex
background-color: #055DEB;
tailwind
bg-[hsl(217,96%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(217, 96%, 47%, 0.4);
css variable
--color-primary: hsl(217, 96%, 47%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(217, 96%, 47%)?
HEX: #055DEB | RGB: rgb(5, 93, 235) | CMYK: 98%, 60%, 0%, 8% | HSV: 217°, 98%, 92%. Copy any format from the conversion table above.
What colors go well with #055DEB?
The complementary color is HSL(37, 96%, 47%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(217, 96%, 47%) in CSS?
As HSL: color: hsl(217, 96%, 47%); — As HEX: color: #055DEB; — As RGB: color: rgb(5, 93, 235); — Tailwind CSS: bg-[hsl(217,96%,47%)] — CSS variable: --color-primary: hsl(217, 96%, 47%);