HSL(221, 84%, 41%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,84%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 84%, 41%) | color: hsl(221, 84%, 41%) | |
| HEX | #1148C0 | color: #1148C0 | |
| RGB | rgb(17, 72, 192) | color: rgb(17, 72, 192) | |
| CMYK | cmyk(91%, 63%, 0%, 25%) | — | |
| HSV | hsv(221, 91%, 75%) | — | |
| HWB | hwb(221 7% 25%) | color: hwb(221 7% 25%) | |
| OKLCH | oklch(0.4521 0.1959 262.78) | color: oklch(0.4521 0.1959 262.78) | |
| Lab | lab(35.12 30.91 -67.06) | color: lab(35.12 30.91 -67.06) | |
| LCH | lch(35.12 73.84 294.75) | color: lch(35.12 73.84 294.75) |
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)
#2929A3 — rgb(41, 41, 163)
Deuteranopia (Green-blind)
#26229C — rgb(38, 34, 156)
Tritanopia (Blue-blind)
#148C87 — rgb(20, 140, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 84%, 41%);
text
color: hsl(221, 84%, 41%);
border
border: 2px solid hsl(221, 84%, 41%);
gradient light
background: linear-gradient(to right, hsl(221, 84%, 61%), hsl(221, 84%, 41%));
gradient dark
background: linear-gradient(to right, hsl(221, 84%, 41%), hsl(221, 84%, 21%))
hex
background-color: #1148C0;
tailwind
bg-[hsl(221,84%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 84%, 41%, 0.4);
css variable
--color-primary: hsl(221, 84%, 41%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 84%, 41%)?
HEX: #1148C0 | RGB: rgb(17, 72, 192) | CMYK: 91%, 63%, 0%, 25% | HSV: 221°, 91%, 75%. Copy any format from the conversion table above.
What colors go well with #1148C0?
The complementary color is HSL(41, 84%, 41%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 84%, 41%) in CSS?
As HSL: color: hsl(221, 84%, 41%); — As HEX: color: #1148C0; — As RGB: color: rgb(17, 72, 192); — Tailwind CSS: bg-[hsl(221,84%,41%)] — CSS variable: --color-primary: hsl(221, 84%, 41%);