HSL(241, 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(241,84%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 84%, 41%) | color: hsl(241, 84%, 41%) | |
| HEX | #1411C0 | color: #1411C0 | |
| RGB | rgb(20, 17, 192) | color: rgb(20, 17, 192) | |
| CMYK | cmyk(90%, 91%, 0%, 25%) | — | |
| HSV | hsv(241, 91%, 75%) | — | |
| HWB | hwb(241 7% 25%) | color: hwb(241 7% 25%) | |
| OKLCH | oklch(0.3786 0.2436 266.82) | color: oklch(0.3786 0.2436 266.82) | |
| Lab | lab(24.81 60.14 -84.12) | color: lab(24.81 60.14 -84.12) | |
| LCH | lch(24.81 103.41 305.56) | color: lch(24.81 103.41 305.56) |
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)
#131396 — rgb(19, 19, 150)
Deuteranopia (Green-blind)
#13138C — rgb(19, 19, 140)
Tritanopia (Blue-blind)
#14746D — rgb(20, 116, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 84%, 41%);
text
color: hsl(241, 84%, 41%);
border
border: 2px solid hsl(241, 84%, 41%);
gradient light
background: linear-gradient(to right, hsl(241, 84%, 61%), hsl(241, 84%, 41%));
gradient dark
background: linear-gradient(to right, hsl(241, 84%, 41%), hsl(241, 84%, 21%))
hex
background-color: #1411C0;
tailwind
bg-[hsl(241,84%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 84%, 41%, 0.4);
css variable
--color-primary: hsl(241, 84%, 41%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 84%, 41%)?
HEX: #1411C0 | RGB: rgb(20, 17, 192) | CMYK: 90%, 91%, 0%, 25% | HSV: 241°, 91%, 75%. Copy any format from the conversion table above.
What colors go well with #1411C0?
The complementary color is HSL(61, 84%, 41%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 84%, 41%) in CSS?
As HSL: color: hsl(241, 84%, 41%); — As HEX: color: #1411C0; — As RGB: color: rgb(20, 17, 192); — Tailwind CSS: bg-[hsl(241,84%,41%)] — CSS variable: --color-primary: hsl(241, 84%, 41%);