#3a3eee
a balanced, electric blue · warm · closest name: blue
RGB
58, 62, 238
HSL
239°, 84%, 58%
CMYK
76, 74, 0, 7
Luminance
0.1052
Every format
| HEX | #3a3eee |
| RGB | rgb(58, 62, 238) |
| HSL | hsl(239, 84%, 58%) |
| CMYK | cmyk(76%, 74%, 0%, 7%) |
| LAB | lab(38.8 55.8 -87.5) |
| LCH | lch(38.8 103.8 302.5) |
| OKLCH | oklch(0.496 0.253 271.4) |
Copy-ready code
/* CSS */
color: #3a3eee;
background-color: #3a3eee;
/* Tailwind (arbitrary) */
class="text-[#3a3eee] bg-[#3a3eee]"
/* SCSS */
$brand: #3a3eee;
/* SwiftUI */
Color(red: 0.227, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#3a3eee")Accessibility — WCAG contrast
Aa
#3a3eee on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3a3eee on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green24.3%
Blue93.3%
CMYK percentages
Cyan75.6%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#3a3eee text on a black background
contrast 3.10:1
Card sample
#3a3eee text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a3eee;
Background color
Panel with #3a3eee background
background-color: #3a3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a3eee; background: linear-gradient(135deg, #3a3eee, #AE3AEE);