#3f0fe2
a balanced, electric blue · warm · closest name: blue
RGB
63, 15, 226
HSL
254°, 88%, 47%
CMYK
72, 93, 0, 11
Luminance
0.0689
Every format
| HEX | #3f0fe2 |
| RGB | rgb(63, 15, 226) |
| HSL | hsl(254, 88%, 47%) |
| CMYK | cmyk(72%, 93%, 0%, 11%) |
| LAB | lab(31.6 70.8 -92.6) |
| LCH | lch(31.6 116.6 307.4) |
| OKLCH | oklch(0.443 0.269 275.9) |
Copy-ready code
/* CSS */
color: #3f0fe2;
background-color: #3f0fe2;
/* Tailwind (arbitrary) */
class="text-[#3f0fe2] bg-[#3f0fe2]"
/* SCSS */
$brand: #3f0fe2;
/* SwiftUI */
Color(red: 0.247, green: 0.059, blue: 0.886)
/* Android */
Color.parseColor("#3f0fe2")Accessibility — WCAG contrast
Aa
#3f0fe2 on white: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f0fe2 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green5.9%
Blue88.6%
CMYK percentages
Cyan72.1%
Magenta93.4%
Yellow0.0%
Key (black)11.4%
Color previews
#3f0fe2 text on a black background
contrast 2.38:1
Card sample
#3f0fe2 text on a white background
contrast 8.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f0fe2;
Background color
Panel with #3f0fe2 background
background-color: #3f0fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f0fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 15, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 15, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f0fe2; background: linear-gradient(135deg, #3f0fe2, #CC0FE2);