#3f2ffc
a balanced, electric blue · warm · closest name: blue
RGB
63, 47, 252
HSL
245°, 97%, 59%
CMYK
75, 81, 0, 1
Luminance
0.1012
Every format
| HEX | #3f2ffc |
| RGB | rgb(63, 47, 252) |
| HSL | hsl(245, 97%, 59%) |
| CMYK | cmyk(75%, 81%, 0%, 1%) |
| LAB | lab(38.0 67.5 -96.5) |
| LCH | lch(38.0 117.8 305.0) |
| OKLCH | oklch(0.496 0.280 272.8) |
Copy-ready code
/* CSS */
color: #3f2ffc;
background-color: #3f2ffc;
/* Tailwind (arbitrary) */
class="text-[#3f2ffc] bg-[#3f2ffc]"
/* SCSS */
$brand: #3f2ffc;
/* SwiftUI */
Color(red: 0.247, green: 0.184, blue: 0.988)
/* Android */
Color.parseColor("#3f2ffc")Accessibility — WCAG contrast
Aa
#3f2ffc on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f2ffc on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green18.4%
Blue98.8%
CMYK percentages
Cyan75.0%
Magenta81.3%
Yellow0.0%
Key (black)1.2%
Color previews
#3f2ffc text on a black background
contrast 3.02:1
Card sample
#3f2ffc text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2ffc;
Background color
Panel with #3f2ffc background
background-color: #3f2ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 47, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 47, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2ffc; background: linear-gradient(135deg, #3f2ffc, #C82FFC);