#4f2fef
a balanced, electric blue · warm · closest name: blue
RGB
79, 47, 239
HSL
250°, 86%, 56%
CMYK
67, 80, 0, 6
Luminance
0.0993
Every format
| HEX | #4f2fef |
| RGB | rgb(79, 47, 239) |
| HSL | hsl(250, 86%, 56%) |
| CMYK | cmyk(67%, 80%, 0%, 6%) |
| LAB | lab(37.7 65.0 -89.7) |
| LCH | lch(37.7 110.8 305.9) |
| OKLCH | oklch(0.492 0.262 278.3) |
Copy-ready code
/* CSS */
color: #4f2fef;
background-color: #4f2fef;
/* Tailwind (arbitrary) */
class="text-[#4f2fef] bg-[#4f2fef]"
/* SCSS */
$brand: #4f2fef;
/* SwiftUI */
Color(red: 0.310, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#4f2fef")Accessibility — WCAG contrast
Aa
#4f2fef on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2fef on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green18.4%
Blue93.7%
CMYK percentages
Cyan66.9%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#4f2fef text on a black background
contrast 2.99:1
Card sample
#4f2fef text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2fef;
Background color
Panel with #4f2fef background
background-color: #4f2fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2fef; background: linear-gradient(135deg, #4f2fef, #CF2FEF);