#4f1afd
a balanced, electric blue · warm · closest name: blue
RGB
79, 26, 253
HSL
254°, 98%, 55%
CMYK
69, 90, 0, 1
Luminance
0.0949
Every format
| HEX | #4f1afd |
| RGB | rgb(79, 26, 253) |
| HSL | hsl(254, 98%, 55%) |
| CMYK | cmyk(69%, 90%, 0%, 1%) |
| LAB | lab(36.9 75.7 -99.0) |
| LCH | lch(36.9 124.6 307.4) |
| OKLCH | oklch(0.491 0.288 277.9) |
Copy-ready code
/* CSS */
color: #4f1afd;
background-color: #4f1afd;
/* Tailwind (arbitrary) */
class="text-[#4f1afd] bg-[#4f1afd]"
/* SCSS */
$brand: #4f1afd;
/* SwiftUI */
Color(red: 0.310, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#4f1afd")Accessibility — WCAG contrast
Aa
#4f1afd on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1afd on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green10.2%
Blue99.2%
CMYK percentages
Cyan68.8%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4f1afd text on a black background
contrast 2.90:1
Card sample
#4f1afd text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1afd;
Background color
Panel with #4f1afd background
background-color: #4f1afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1afd; background: linear-gradient(135deg, #4f1afd, #E61AFD);