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