#3a2eee
a balanced, electric blue · warm · closest name: blue
RGB
58, 46, 238
HSL
244°, 85%, 56%
CMYK
76, 81, 0, 7
Luminance
0.0903
Every format
| HEX | #3a2eee |
| RGB | rgb(58, 46, 238) |
| HSL | hsl(244, 85%, 56%) |
| CMYK | cmyk(76%, 81%, 0%, 7%) |
| LAB | lab(36.0 63.6 -92.0) |
| LCH | lch(36.0 111.9 304.7) |
| OKLCH | oklch(0.477 0.266 272.5) |
Copy-ready code
/* CSS */
color: #3a2eee;
background-color: #3a2eee;
/* Tailwind (arbitrary) */
class="text-[#3a2eee] bg-[#3a2eee]"
/* SCSS */
$brand: #3a2eee;
/* SwiftUI */
Color(red: 0.227, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#3a2eee")Accessibility — WCAG contrast
Aa
#3a2eee on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a2eee on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green18.0%
Blue93.3%
CMYK percentages
Cyan75.6%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#3a2eee text on a black background
contrast 2.81:1
Card sample
#3a2eee text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a2eee;
Background color
Panel with #3a2eee background
background-color: #3a2eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a2eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a2eee; background: linear-gradient(135deg, #3a2eee, #BA2EEE);