#4f1fef
a balanced, electric blue · warm · closest name: blue
RGB
79, 31, 239
HSL
254°, 87%, 53%
CMYK
67, 87, 0, 6
Luminance
0.0887
Every format
| HEX | #4f1fef |
| RGB | rgb(79, 31, 239) |
| HSL | hsl(254, 87%, 53%) |
| CMYK | cmyk(67%, 87%, 0%, 6%) |
| LAB | lab(35.7 70.8 -93.0) |
| LCH | lch(35.7 116.9 307.3) |
| OKLCH | oklch(0.479 0.272 279.1) |
Copy-ready code
/* CSS */
color: #4f1fef;
background-color: #4f1fef;
/* Tailwind (arbitrary) */
class="text-[#4f1fef] bg-[#4f1fef]"
/* SCSS */
$brand: #4f1fef;
/* SwiftUI */
Color(red: 0.310, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#4f1fef")Accessibility — WCAG contrast
Aa
#4f1fef on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1fef on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green12.2%
Blue93.7%
CMYK percentages
Cyan66.9%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#4f1fef text on a black background
contrast 2.77:1
Card sample
#4f1fef text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1fef;
Background color
Panel with #4f1fef background
background-color: #4f1fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1fef; background: linear-gradient(135deg, #4f1fef, #DA1FEF);