HSL(249, 100%, 44%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,100%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 100%, 44%) | color: hsl(249, 100%, 44%) | |
| HEX | #2200E0 | color: #2200E0 | |
| RGB | rgb(34, 0, 224) | color: rgb(34, 0, 224) | |
| CMYK | cmyk(85%, 100%, 0%, 12%) | — | |
| HSV | hsv(249, 100%, 88%) | — | |
| HWB | hwb(249 0% 12%) | color: hwb(249 0% 12%) | |
| OKLCH | oklch(0.4185 0.278 268.47) | color: oklch(0.4185 0.278 268.47) | |
| Lab | lab(28.7 72.09 -96.26) | color: lab(28.7 72.09 -96.26) | |
| LCH | lch(28.7 120.26 306.83) | color: lch(28.7 120.26 306.83) |
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)
#1313AA — rgb(19, 19, 170)
Deuteranopia (Green-blind)
#15189D — rgb(21, 24, 157)
Tritanopia (Blue-blind)
#207F76 — rgb(32, 127, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 100%, 44%);
text
color: hsl(249, 100%, 44%);
border
border: 2px solid hsl(249, 100%, 44%);
gradient light
background: linear-gradient(to right, hsl(249, 100%, 64%), hsl(249, 100%, 44%));
gradient dark
background: linear-gradient(to right, hsl(249, 100%, 44%), hsl(249, 100%, 24%))
hex
background-color: #2200E0;
tailwind
bg-[hsl(249,100%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 100%, 44%, 0.4);
css variable
--color-primary: hsl(249, 100%, 44%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 100%, 44%)?
HEX: #2200E0 | RGB: rgb(34, 0, 224) | CMYK: 85%, 100%, 0%, 12% | HSV: 249°, 100%, 88%. Copy any format from the conversion table above.
What colors go well with #2200E0?
The complementary color is HSL(69, 100%, 44%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 100%, 44%) in CSS?
As HSL: color: hsl(249, 100%, 44%); — As HEX: color: #2200E0; — As RGB: color: rgb(34, 0, 224); — Tailwind CSS: bg-[hsl(249,100%,44%)] — CSS variable: --color-primary: hsl(249, 100%, 44%);