#3e1ade
a balanced, electric blue · warm · closest name: blue
RGB
62, 26, 222
HSL
251°, 79%, 49%
CMYK
72, 88, 0, 13
Luminance
0.0704
Every format
| HEX | #3e1ade |
| RGB | rgb(62, 26, 222) |
| HSL | hsl(251, 79%, 49%) |
| CMYK | cmyk(72%, 88%, 0%, 13%) |
| LAB | lab(31.9 67.0 -89.8) |
| LCH | lch(31.9 112.0 306.7) |
| OKLCH | oklch(0.444 0.261 275.7) |
Copy-ready code
/* CSS */
color: #3e1ade;
background-color: #3e1ade;
/* Tailwind (arbitrary) */
class="text-[#3e1ade] bg-[#3e1ade]"
/* SCSS */
$brand: #3e1ade;
/* SwiftUI */
Color(red: 0.243, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#3e1ade")Accessibility — WCAG contrast
Aa
#3e1ade on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e1ade on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green10.2%
Blue87.1%
CMYK percentages
Cyan72.1%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#3e1ade text on a black background
contrast 2.41:1
Card sample
#3e1ade text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e1ade;
Background color
Panel with #3e1ade background
background-color: #3e1ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e1ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e1ade; background: linear-gradient(135deg, #3e1ade, #C01ADE);