#3e3eef
a balanced, electric blue · warm · closest name: blue
RGB
62, 62, 239
HSL
240°, 85%, 59%
CMYK
74, 74, 0, 6
Luminance
0.1070
Every format
| HEX | #3e3eef |
| RGB | rgb(62, 62, 239) |
| HSL | hsl(240, 85%, 59%) |
| CMYK | cmyk(74%, 74%, 0%, 6%) |
| LAB | lab(39.1 56.4 -87.5) |
| LCH | lch(39.1 104.1 302.8) |
| OKLCH | oklch(0.499 0.254 272.4) |
Copy-ready code
/* CSS */
color: #3e3eef;
background-color: #3e3eef;
/* Tailwind (arbitrary) */
class="text-[#3e3eef] bg-[#3e3eef]"
/* SCSS */
$brand: #3e3eef;
/* SwiftUI */
Color(red: 0.243, green: 0.243, blue: 0.937)
/* Android */
Color.parseColor("#3e3eef")Accessibility — WCAG contrast
Aa
#3e3eef on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e3eef on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green24.3%
Blue93.7%
CMYK percentages
Cyan74.1%
Magenta74.1%
Yellow0.0%
Key (black)6.3%
Color previews
#3e3eef text on a black background
contrast 3.14:1
Card sample
#3e3eef text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e3eef;
Background color
Panel with #3e3eef background
background-color: #3e3eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e3eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 62, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 62, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e3eef; background: linear-gradient(135deg, #3e3eef, #B43EEF);