#3f2eef
a balanced, electric blue · warm · closest name: blue
RGB
63, 46, 239
HSL
245°, 86%, 56%
CMYK
74, 81, 0, 6
Luminance
0.0924
Every format
| HEX | #3f2eef |
| RGB | rgb(63, 46, 239) |
| HSL | hsl(245, 86%, 56%) |
| CMYK | cmyk(74%, 81%, 0%, 6%) |
| LAB | lab(36.4 64.3 -91.9) |
| LCH | lch(36.4 112.1 305.0) |
| OKLCH | oklch(0.481 0.266 273.7) |
Copy-ready code
/* CSS */
color: #3f2eef;
background-color: #3f2eef;
/* Tailwind (arbitrary) */
class="text-[#3f2eef] bg-[#3f2eef]"
/* SCSS */
$brand: #3f2eef;
/* SwiftUI */
Color(red: 0.247, green: 0.180, blue: 0.937)
/* Android */
Color.parseColor("#3f2eef")Accessibility — WCAG contrast
Aa
#3f2eef on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2eef on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green18.0%
Blue93.7%
CMYK percentages
Cyan73.6%
Magenta80.8%
Yellow0.0%
Key (black)6.3%
Color previews
#3f2eef text on a black background
contrast 2.85:1
Card sample
#3f2eef text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2eef;
Background color
Panel with #3f2eef background
background-color: #3f2eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 46, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 46, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2eef; background: linear-gradient(135deg, #3f2eef, #C02EEF);