#4f2fea
a balanced, electric blue · warm · closest name: blue
RGB
79, 47, 234
HSL
250°, 82%, 55%
CMYK
66, 80, 0, 8
Luminance
0.0964
Every format
| HEX | #4f2fea |
| RGB | rgb(79, 47, 234) |
| HSL | hsl(250, 82%, 55%) |
| CMYK | cmyk(66%, 80%, 0%, 8%) |
| LAB | lab(37.2 63.6 -87.8) |
| LCH | lch(37.2 108.4 305.9) |
| OKLCH | oklch(0.487 0.257 278.8) |
Copy-ready code
/* CSS */
color: #4f2fea;
background-color: #4f2fea;
/* Tailwind (arbitrary) */
class="text-[#4f2fea] bg-[#4f2fea]"
/* SCSS */
$brand: #4f2fea;
/* SwiftUI */
Color(red: 0.310, green: 0.184, blue: 0.918)
/* Android */
Color.parseColor("#4f2fea")Accessibility — WCAG contrast
Aa
#4f2fea on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2fea on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green18.4%
Blue91.8%
CMYK percentages
Cyan66.2%
Magenta79.9%
Yellow0.0%
Key (black)8.2%
Color previews
#4f2fea text on a black background
contrast 2.93:1
Card sample
#4f2fea text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2fea;
Background color
Panel with #4f2fea background
background-color: #4f2fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 47, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 47, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2fea; background: linear-gradient(135deg, #4f2fea, #CC2FEA);