#4f1cf2
a balanced, electric blue · warm · closest name: blue
RGB
79, 28, 242
HSL
254°, 89%, 53%
CMYK
67, 88, 0, 5
Luminance
0.0890
Every format
| HEX | #4f1cf2 |
| RGB | rgb(79, 28, 242) |
| HSL | hsl(254, 89%, 53%) |
| CMYK | cmyk(67%, 88%, 0%, 5%) |
| LAB | lab(35.8 72.5 -94.6) |
| LCH | lch(35.8 119.2 307.4) |
| OKLCH | oklch(0.480 0.276 278.9) |
Copy-ready code
/* CSS */
color: #4f1cf2;
background-color: #4f1cf2;
/* Tailwind (arbitrary) */
class="text-[#4f1cf2] bg-[#4f1cf2]"
/* SCSS */
$brand: #4f1cf2;
/* SwiftUI */
Color(red: 0.310, green: 0.110, blue: 0.949)
/* Android */
Color.parseColor("#4f1cf2")Accessibility — WCAG contrast
Aa
#4f1cf2 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1cf2 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green11.0%
Blue94.9%
CMYK percentages
Cyan67.4%
Magenta88.4%
Yellow0.0%
Key (black)5.1%
Color previews
#4f1cf2 text on a black background
contrast 2.78:1
Card sample
#4f1cf2 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1cf2;
Background color
Panel with #4f1cf2 background
background-color: #4f1cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 28, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 28, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1cf2; background: linear-gradient(135deg, #4f1cf2, #DE1CF2);