HSL(211, 100%, 48%)
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,100%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 100%, 48%) | color: hsl(211, 100%, 48%) | |
| HEX | #0076F5 | color: #0076F5 | |
| RGB | rgb(0, 118, 245) | color: rgb(0, 118, 245) | |
| CMYK | cmyk(100%, 52%, 0%, 4%) | — | |
| HSV | hsv(211, 100%, 96%) | — | |
| HWB | hwb(211 0% 4%) | color: hwb(211 0% 4%) | |
| OKLCH | oklch(0.587 0.21 257.19) | color: oklch(0.587 0.21 257.19) | |
| Lab | lab(51.32 21.19 -70.88) | color: lab(51.32 21.19 -70.88) | |
| LCH | lch(51.32 73.98 286.64) | color: lch(51.32 73.98 286.64) |
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)
#3334D6 — rgb(51, 52, 214)
Deuteranopia (Green-blind)
#2C23CF — rgb(44, 35, 207)
Tritanopia (Blue-blind)
#06BEB9 — rgb(6, 190, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 100%, 48%);
text
color: hsl(211, 100%, 48%);
border
border: 2px solid hsl(211, 100%, 48%);
gradient light
background: linear-gradient(to right, hsl(211, 100%, 68%), hsl(211, 100%, 48%));
gradient dark
background: linear-gradient(to right, hsl(211, 100%, 48%), hsl(211, 100%, 28%))
hex
background-color: #0076F5;
tailwind
bg-[hsl(211,100%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 100%, 48%, 0.4);
css variable
--color-primary: hsl(211, 100%, 48%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 100%, 48%)?
HEX: #0076F5 | RGB: rgb(0, 118, 245) | CMYK: 100%, 52%, 0%, 4% | HSV: 211°, 100%, 96%. Copy any format from the conversion table above.
What colors go well with #0076F5?
The complementary color is HSL(31, 100%, 48%). 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, 100%, 48%) in CSS?
As HSL: color: hsl(211, 100%, 48%); — As HEX: color: #0076F5; — As RGB: color: rgb(0, 118, 245); — Tailwind CSS: bg-[hsl(211,100%,48%)] — CSS variable: --color-primary: hsl(211, 100%, 48%);