HSL(249, 90%, 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,90%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 90%, 44%) | color: hsl(249, 90%, 44%) | |
| HEX | #2A0BD5 | color: #2A0BD5 | |
| RGB | rgb(42, 11, 213) | color: rgb(42, 11, 213) | |
| CMYK | cmyk(80%, 95%, 0%, 16%) | — | |
| HSV | hsv(249, 95%, 84%) | — | |
| HWB | hwb(249 4% 16%) | color: hwb(249 4% 16%) | |
| OKLCH | oklch(0.4121 0.2621 270.88) | color: oklch(0.4121 0.2621 270.88) | |
| Lab | lab(28.21 67.61 -90.72) | color: lab(28.21 67.61 -90.72) | |
| LCH | lch(28.21 113.14 306.7) | color: lch(28.21 113.14 306.7) |
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)
#1D1CA4 — rgb(29, 28, 164)
Deuteranopia (Green-blind)
#1E2198 — rgb(30, 33, 152)
Tritanopia (Blue-blind)
#287E75 — rgb(40, 126, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 90%, 44%);
text
color: hsl(249, 90%, 44%);
border
border: 2px solid hsl(249, 90%, 44%);
gradient light
background: linear-gradient(to right, hsl(249, 90%, 64%), hsl(249, 90%, 44%));
gradient dark
background: linear-gradient(to right, hsl(249, 90%, 44%), hsl(249, 90%, 24%))
hex
background-color: #2A0BD5;
tailwind
bg-[hsl(249,90%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 90%, 44%, 0.4);
css variable
--color-primary: hsl(249, 90%, 44%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 90%, 44%)?
HEX: #2A0BD5 | RGB: rgb(42, 11, 213) | CMYK: 80%, 95%, 0%, 16% | HSV: 249°, 95%, 84%. Copy any format from the conversion table above.
What colors go well with #2A0BD5?
The complementary color is HSL(69, 90%, 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, 90%, 44%) in CSS?
As HSL: color: hsl(249, 90%, 44%); — As HEX: color: #2A0BD5; — As RGB: color: rgb(42, 11, 213); — Tailwind CSS: bg-[hsl(249,90%,44%)] — CSS variable: --color-primary: hsl(249, 90%, 44%);