#3e30ec
a balanced, electric blue · warm · closest name: blue
RGB
62, 48, 236
HSL
245°, 83%, 56%
CMYK
74, 80, 0, 8
Luminance
0.0919
Every format
| HEX | #3e30ec |
| RGB | rgb(62, 48, 236) |
| HSL | hsl(245, 83%, 56%) |
| CMYK | cmyk(74%, 80%, 0%, 8%) |
| LAB | lab(36.4 62.4 -90.3) |
| LCH | lch(36.4 109.8 304.6) |
| OKLCH | oklch(0.479 0.262 273.5) |
Copy-ready code
/* CSS */
color: #3e30ec;
background-color: #3e30ec;
/* Tailwind (arbitrary) */
class="text-[#3e30ec] bg-[#3e30ec]"
/* SCSS */
$brand: #3e30ec;
/* SwiftUI */
Color(red: 0.243, green: 0.188, blue: 0.925)
/* Android */
Color.parseColor("#3e30ec")Accessibility — WCAG contrast
Aa
#3e30ec on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e30ec on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green18.8%
Blue92.5%
CMYK percentages
Cyan73.7%
Magenta79.7%
Yellow0.0%
Key (black)7.5%
Color previews
#3e30ec text on a black background
contrast 2.84:1
Card sample
#3e30ec text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e30ec;
Background color
Panel with #3e30ec background
background-color: #3e30ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e30ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 48, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 48, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e30ec; background: linear-gradient(135deg, #3e30ec, #BB30EC);