HSL(246, 99%, 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(246,99%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(246, 99%, 53%) | color: hsl(246, 99%, 53%) | |
| HEX | #2810FE | color: #2810FE | |
| RGB | rgb(40, 16, 254) | color: rgb(40, 16, 254) | |
| CMYK | cmyk(84%, 94%, 0%, 0%) | — | |
| HSV | hsv(246, 94%, 100%) | — | |
| HWB | hwb(246 6% 0%) | color: hwb(246 6% 0%) | |
| OKLCH | oklch(0.4654 0.3022 268.42) | color: oklch(0.4654 0.3022 268.42) | |
| Lab | lab(33.93 76.84 -104.54) | color: lab(33.93 76.84 -104.54) | |
| LCH | lch(33.93 129.74 306.32) | color: lch(33.93 129.74 306.32) |
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)
#1E1DC4 — rgb(30, 29, 196)
Deuteranopia (Green-blind)
#1F21B7 — rgb(31, 33, 183)
Tritanopia (Blue-blind)
#27978D — rgb(39, 151, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(246, 99%, 53%);
text
color: hsl(246, 99%, 53%);
border
border: 2px solid hsl(246, 99%, 53%);
gradient light
background: linear-gradient(to right, hsl(246, 99%, 73%), hsl(246, 99%, 53%));
gradient dark
background: linear-gradient(to right, hsl(246, 99%, 53%), hsl(246, 99%, 33%))
hex
background-color: #2810FE;
tailwind
bg-[hsl(246,99%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(246, 99%, 53%, 0.4);
css variable
--color-primary: hsl(246, 99%, 53%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(246, 99%, 53%)?
HEX: #2810FE | RGB: rgb(40, 16, 254) | CMYK: 84%, 94%, 0%, 0% | HSV: 246°, 94%, 100%. Copy any format from the conversion table above.
What colors go well with #2810FE?
The complementary color is HSL(66, 99%, 53%). For a triadic harmony, use hues 246°, 6°, and 126°. For analogous combinations, try hues 216° and 276°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(246, 99%, 53%) in CSS?
As HSL: color: hsl(246, 99%, 53%); — As HEX: color: #2810FE; — As RGB: color: rgb(40, 16, 254); — Tailwind CSS: bg-[hsl(246,99%,53%)] — CSS variable: --color-primary: hsl(246, 99%, 53%);