#3f0ce2
a balanced, electric blue · warm · closest name: blue
RGB
63, 12, 226
HSL
254°, 90%, 47%
CMYK
72, 95, 0, 11
Luminance
0.0681
Every format
| HEX | #3f0ce2 |
| RGB | rgb(63, 12, 226) |
| HSL | hsl(254, 90%, 47%) |
| CMYK | cmyk(72%, 95%, 0%, 11%) |
| LAB | lab(31.4 71.3 -92.9) |
| LCH | lch(31.4 117.2 307.5) |
| OKLCH | oklch(0.442 0.270 276.0) |
Copy-ready code
/* CSS */
color: #3f0ce2;
background-color: #3f0ce2;
/* Tailwind (arbitrary) */
class="text-[#3f0ce2] bg-[#3f0ce2]"
/* SCSS */
$brand: #3f0ce2;
/* SwiftUI */
Color(red: 0.247, green: 0.047, blue: 0.886)
/* Android */
Color.parseColor("#3f0ce2")Accessibility — WCAG contrast
Aa
#3f0ce2 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f0ce2 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green4.7%
Blue88.6%
CMYK percentages
Cyan72.1%
Magenta94.7%
Yellow0.0%
Key (black)11.4%
Color previews
#3f0ce2 text on a black background
contrast 2.36:1
Card sample
#3f0ce2 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f0ce2;
Background color
Panel with #3f0ce2 background
background-color: #3f0ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f0ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 12, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 12, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f0ce2; background: linear-gradient(135deg, #3f0ce2, #CE0CE2);