#3f2cfe
a balanced, electric blue · warm · closest name: blue
RGB
63, 44, 254
HSL
245°, 99%, 58%
CMYK
75, 83, 0, 0
Luminance
0.1001
Every format
| HEX | #3f2cfe |
| RGB | rgb(63, 44, 254) |
| HSL | hsl(245, 99%, 58%) |
| CMYK | cmyk(75%, 83%, 0%, 0%) |
| LAB | lab(37.9 69.3 -98.0) |
| LCH | lch(37.9 120.0 305.3) |
| OKLCH | oklch(0.495 0.284 272.8) |
Copy-ready code
/* CSS */
color: #3f2cfe;
background-color: #3f2cfe;
/* Tailwind (arbitrary) */
class="text-[#3f2cfe] bg-[#3f2cfe]"
/* SCSS */
$brand: #3f2cfe;
/* SwiftUI */
Color(red: 0.247, green: 0.173, blue: 0.996)
/* Android */
Color.parseColor("#3f2cfe")Accessibility — WCAG contrast
Aa
#3f2cfe on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f2cfe on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green17.3%
Blue99.6%
CMYK percentages
Cyan75.2%
Magenta82.7%
Yellow0.0%
Key (black)0.4%
Color previews
#3f2cfe text on a black background
contrast 3.00:1
Card sample
#3f2cfe text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2cfe;
Background color
Panel with #3f2cfe background
background-color: #3f2cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 44, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 44, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2cfe; background: linear-gradient(135deg, #3f2cfe, #CB2CFE);