#3916eb
a balanced, electric blue · warm · closest name: blue
RGB
57, 22, 235
HSL
250°, 84%, 50%
CMYK
76, 91, 0, 8
Luminance
0.0744
Every format
| HEX | #3916eb |
| RGB | rgb(57, 22, 235) |
| HSL | hsl(250, 84%, 50%) |
| CMYK | cmyk(76%, 91%, 0%, 8%) |
| LAB | lab(32.8 71.2 -95.7) |
| LCH | lch(32.8 119.3 306.7) |
| OKLCH | oklch(0.453 0.277 273.2) |
Copy-ready code
/* CSS */
color: #3916eb;
background-color: #3916eb;
/* Tailwind (arbitrary) */
class="text-[#3916eb] bg-[#3916eb]"
/* SCSS */
$brand: #3916eb;
/* SwiftUI */
Color(red: 0.224, green: 0.086, blue: 0.922)
/* Android */
Color.parseColor("#3916eb")Accessibility — WCAG contrast
Aa
#3916eb on white: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3916eb on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green8.6%
Blue92.2%
CMYK percentages
Cyan75.7%
Magenta90.6%
Yellow0.0%
Key (black)7.8%
Color previews
#3916eb text on a black background
contrast 2.49:1
Card sample
#3916eb text on a white background
contrast 8.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3916eb;
Background color
Panel with #3916eb background
background-color: #3916eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3916eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 22, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 22, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3916eb; background: linear-gradient(135deg, #3916eb, #C716EB);