HSL(251, 84%, 50%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(251,84%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(251, 84%, 50%) | color: hsl(251, 84%, 50%) | |
| HEX | #3C14EB | color: #3C14EB | |
| RGB | rgb(60, 20, 235) | color: rgb(60, 20, 235) | |
| CMYK | cmyk(74%, 91%, 0%, 8%) | — | |
| HSV | hsv(251, 91%, 92%) | — | |
| HWB | hwb(251 8% 8%) | color: hwb(251 8% 8%) | |
| OKLCH | oklch(0.4541 0.2769 274.1) | color: oklch(0.4541 0.2769 274.1) | |
| Lab | lab(32.83 71.83 -95.62) | color: lab(32.83 71.83 -95.62) | |
| LCH | lch(32.83 119.59 306.91) | color: lch(32.83 119.59 306.91) |
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)
#2B2AB7 — rgb(43, 42, 183)
Deuteranopia (Green-blind)
#2D30AB — rgb(45, 48, 171)
Tritanopia (Blue-blind)
#3A8E85 — rgb(58, 142, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(251, 84%, 50%);
text
color: hsl(251, 84%, 50%);
border
border: 2px solid hsl(251, 84%, 50%);
gradient light
background: linear-gradient(to right, hsl(251, 84%, 70%), hsl(251, 84%, 50%));
gradient dark
background: linear-gradient(to right, hsl(251, 84%, 50%), hsl(251, 84%, 30%))
hex
background-color: #3C14EB;
tailwind
bg-[hsl(251,84%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(251, 84%, 50%, 0.4);
css variable
--color-primary: hsl(251, 84%, 50%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(251, 84%, 50%)?
HEX: #3C14EB | RGB: rgb(60, 20, 235) | CMYK: 74%, 91%, 0%, 8% | HSV: 251°, 91%, 92%. Copy any format from the conversion table above.
What colors go well with #3C14EB?
The complementary color is HSL(71, 84%, 50%). For a triadic harmony, use hues 251°, 11°, and 131°. For analogous combinations, try hues 221° and 281°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(251, 84%, 50%) in CSS?
As HSL: color: hsl(251, 84%, 50%); — As HEX: color: #3C14EB; — As RGB: color: rgb(60, 20, 235); — Tailwind CSS: bg-[hsl(251,84%,50%)] — CSS variable: --color-primary: hsl(251, 84%, 50%);