HSL(250, 90%, 53%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(250,90%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(250, 90%, 53%) | color: hsl(250, 90%, 53%) | |
| HEX | #3F1BF3 | color: #3F1BF3 | |
| RGB | rgb(63, 27, 243) | color: rgb(63, 27, 243) | |
| CMYK | cmyk(74%, 89%, 0%, 5%) | — | |
| HSV | hsv(250, 89%, 95%) | — | |
| HWB | hwb(250 10% 5%) | color: hwb(250 10% 5%) | |
| OKLCH | oklch(0.4695 0.2814 274.14) | color: oklch(0.4695 0.2814 274.14) | |
| Lab | lab(34.62 72.17 -97.17) | color: lab(34.62 72.17 -97.17) | |
| LCH | lch(34.62 121.04 306.6) | color: lch(34.62 121.04 306.6) |
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)
#2F2FBF — rgb(47, 47, 191)
Deuteranopia (Green-blind)
#3234B2 — rgb(50, 52, 178)
Tritanopia (Blue-blind)
#3D958C — rgb(61, 149, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(250, 90%, 53%);
text
color: hsl(250, 90%, 53%);
border
border: 2px solid hsl(250, 90%, 53%);
gradient light
background: linear-gradient(to right, hsl(250, 90%, 73%), hsl(250, 90%, 53%));
gradient dark
background: linear-gradient(to right, hsl(250, 90%, 53%), hsl(250, 90%, 33%))
hex
background-color: #3F1BF3;
tailwind
bg-[hsl(250,90%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(250, 90%, 53%, 0.4);
css variable
--color-primary: hsl(250, 90%, 53%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(250, 90%, 53%)?
HEX: #3F1BF3 | RGB: rgb(63, 27, 243) | CMYK: 74%, 89%, 0%, 5% | HSV: 250°, 89%, 95%. Copy any format from the conversion table above.
What colors go well with #3F1BF3?
The complementary color is HSL(70, 90%, 53%). For a triadic harmony, use hues 250°, 10°, and 130°. For analogous combinations, try hues 220° and 280°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(250, 90%, 53%) in CSS?
As HSL: color: hsl(250, 90%, 53%); — As HEX: color: #3F1BF3; — As RGB: color: rgb(63, 27, 243); — Tailwind CSS: bg-[hsl(250,90%,53%)] — CSS variable: --color-primary: hsl(250, 90%, 53%);