#3f2ee2
a balanced, electric blue · warm · closest name: blue
RGB
63, 46, 226
HSL
246°, 76%, 53%
CMYK
72, 80, 0, 11
Luminance
0.0850
Every format
| HEX | #3f2ee2 |
| RGB | rgb(63, 46, 226) |
| HSL | hsl(246, 76%, 53%) |
| CMYK | cmyk(72%, 80%, 0%, 11%) |
| LAB | lab(35.0 60.5 -86.9) |
| LCH | lch(35.0 105.8 304.8) |
| OKLCH | oklch(0.466 0.252 274.7) |
Copy-ready code
/* CSS */
color: #3f2ee2;
background-color: #3f2ee2;
/* Tailwind (arbitrary) */
class="text-[#3f2ee2] bg-[#3f2ee2]"
/* SCSS */
$brand: #3f2ee2;
/* SwiftUI */
Color(red: 0.247, green: 0.180, blue: 0.886)
/* Android */
Color.parseColor("#3f2ee2")Accessibility — WCAG contrast
Aa
#3f2ee2 on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2ee2 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green18.0%
Blue88.6%
CMYK percentages
Cyan72.1%
Magenta79.6%
Yellow0.0%
Key (black)11.4%
Color previews
#3f2ee2 text on a black background
contrast 2.70:1
Card sample
#3f2ee2 text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2ee2;
Background color
Panel with #3f2ee2 background
background-color: #3f2ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 46, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 46, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2ee2; background: linear-gradient(135deg, #3f2ee2, #B72EE2);