#3e2dfb
a balanced, electric blue · warm · closest name: blue
RGB
62, 45, 251
HSL
245°, 96%, 58%
CMYK
75, 82, 0, 2
Luminance
0.0987
Every format
| HEX | #3e2dfb |
| RGB | rgb(62, 45, 251) |
| HSL | hsl(245, 96%, 58%) |
| CMYK | cmyk(75%, 82%, 0%, 2%) |
| LAB | lab(37.6 68.0 -96.7) |
| LCH | lch(37.6 118.2 305.1) |
| OKLCH | oklch(0.492 0.280 272.7) |
Copy-ready code
/* CSS */
color: #3e2dfb;
background-color: #3e2dfb;
/* Tailwind (arbitrary) */
class="text-[#3e2dfb] bg-[#3e2dfb]"
/* SCSS */
$brand: #3e2dfb;
/* SwiftUI */
Color(red: 0.243, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#3e2dfb")Accessibility — WCAG contrast
Aa
#3e2dfb on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e2dfb on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green17.6%
Blue98.4%
CMYK percentages
Cyan75.3%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#3e2dfb text on a black background
contrast 2.97:1
Card sample
#3e2dfb text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e2dfb;
Background color
Panel with #3e2dfb background
background-color: #3e2dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e2dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e2dfb; background: linear-gradient(135deg, #3e2dfb, #C72DFB);