#3f1afd
a balanced, electric blue · warm · closest name: blue
RGB
63, 26, 253
HSL
250°, 98%, 55%
CMYK
75, 90, 0, 1
Luminance
0.0889
Every format
| HEX | #3f1afd |
| RGB | rgb(63, 26, 253) |
| HSL | hsl(250, 98%, 55%) |
| CMYK | cmyk(75%, 90%, 0%, 1%) |
| LAB | lab(35.8 75.0 -100.9) |
| LCH | lch(35.8 125.7 306.6) |
| OKLCH | oklch(0.481 0.292 273.4) |
Copy-ready code
/* CSS */
color: #3f1afd;
background-color: #3f1afd;
/* Tailwind (arbitrary) */
class="text-[#3f1afd] bg-[#3f1afd]"
/* SCSS */
$brand: #3f1afd;
/* SwiftUI */
Color(red: 0.247, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#3f1afd")Accessibility — WCAG contrast
Aa
#3f1afd on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f1afd on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green10.2%
Blue99.2%
CMYK percentages
Cyan75.1%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#3f1afd text on a black background
contrast 2.78:1
Card sample
#3f1afd text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f1afd;
Background color
Panel with #3f1afd background
background-color: #3f1afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f1afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f1afd; background: linear-gradient(135deg, #3f1afd, #D61AFD);