#4f1aff
a balanced, electric blue · warm · closest name: blue
RGB
79, 26, 255
HSL
254°, 100%, 55%
CMYK
69, 90, 0, 0
Luminance
0.0962
Every format
| HEX | #4f1aff |
| RGB | rgb(79, 26, 255) |
| HSL | hsl(254, 100%, 55%) |
| CMYK | cmyk(69%, 90%, 0%, 0%) |
| LAB | lab(37.1 76.2 -99.7) |
| LCH | lch(37.1 125.5 307.4) |
| OKLCH | oklch(0.494 0.290 277.7) |
Copy-ready code
/* CSS */
color: #4f1aff;
background-color: #4f1aff;
/* Tailwind (arbitrary) */
class="text-[#4f1aff] bg-[#4f1aff]"
/* SCSS */
$brand: #4f1aff;
/* SwiftUI */
Color(red: 0.310, green: 0.102, blue: 1.000)
/* Android */
Color.parseColor("#4f1aff")Accessibility — WCAG contrast
Aa
#4f1aff on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1aff on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green10.2%
Blue100.0%
CMYK percentages
Cyan69.0%
Magenta89.8%
Yellow0.0%
Key (black)0.0%
Color previews
#4f1aff text on a black background
contrast 2.92:1
Card sample
#4f1aff text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1aff;
Background color
Panel with #4f1aff background
background-color: #4f1aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 26, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 26, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1aff; background: linear-gradient(135deg, #4f1aff, #E81AFF);