HSL(249, 90%, 47%)
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%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 90%, 47%) | color: hsl(249, 90%, 47%) | |
| HEX | #2C0CE4 | color: #2C0CE4 | |
| RGB | rgb(44, 12, 228) | color: rgb(44, 12, 228) | |
| CMYK | cmyk(81%, 95%, 0%, 11%) | — | |
| HSV | hsv(249, 95%, 89%) | — | |
| HWB | hwb(249 4% 11%) | color: hwb(249 4% 11%) | |
| OKLCH | oklch(0.4326 0.2764 270.47) | color: oklch(0.4326 0.2764 270.47) | |
| Lab | lab(30.4 71.23 -95.71) | color: lab(30.4 71.23 -95.71) | |
| LCH | lch(30.4 119.31 306.66) | color: lch(30.4 119.31 306.66) |
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)
#1E1EB0 — rgb(30, 30, 176)
Deuteranopia (Green-blind)
#2022A3 — rgb(32, 34, 163)
Tritanopia (Blue-blind)
#2A867D — rgb(42, 134, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 90%, 47%);
text
color: hsl(249, 90%, 47%);
border
border: 2px solid hsl(249, 90%, 47%);
gradient light
background: linear-gradient(to right, hsl(249, 90%, 67%), hsl(249, 90%, 47%));
gradient dark
background: linear-gradient(to right, hsl(249, 90%, 47%), hsl(249, 90%, 27%))
hex
background-color: #2C0CE4;
tailwind
bg-[hsl(249,90%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 90%, 47%, 0.4);
css variable
--color-primary: hsl(249, 90%, 47%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 90%, 47%)?
HEX: #2C0CE4 | RGB: rgb(44, 12, 228) | CMYK: 81%, 95%, 0%, 11% | HSV: 249°, 95%, 89%. Copy any format from the conversion table above.
What colors go well with #2C0CE4?
The complementary color is HSL(69, 90%, 47%). 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%, 47%) in CSS?
As HSL: color: hsl(249, 90%, 47%); — As HEX: color: #2C0CE4; — As RGB: color: rgb(44, 12, 228); — Tailwind CSS: bg-[hsl(249,90%,47%)] — CSS variable: --color-primary: hsl(249, 90%, 47%);