#4f2dfe
a balanced, electric blue · warm · closest name: blue
RGB
79, 45, 254
HSL
250°, 99%, 59%
CMYK
69, 82, 0, 0
Luminance
0.1069
Every format
| HEX | #4f2dfe |
| RGB | rgb(79, 45, 254) |
| HSL | hsl(250, 99%, 59%) |
| CMYK | cmyk(69%, 82%, 0%, 0%) |
| LAB | lab(39.1 69.9 -96.0) |
| LCH | lch(39.1 118.7 306.1) |
| OKLCH | oklch(0.506 0.279 277.0) |
Copy-ready code
/* CSS */
color: #4f2dfe;
background-color: #4f2dfe;
/* Tailwind (arbitrary) */
class="text-[#4f2dfe] bg-[#4f2dfe]"
/* SCSS */
$brand: #4f2dfe;
/* SwiftUI */
Color(red: 0.310, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#4f2dfe")Accessibility — WCAG contrast
Aa
#4f2dfe on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f2dfe on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green17.6%
Blue99.6%
CMYK percentages
Cyan68.9%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#4f2dfe text on a black background
contrast 3.14:1
Card sample
#4f2dfe text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2dfe;
Background color
Panel with #4f2dfe background
background-color: #4f2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2dfe; background: linear-gradient(135deg, #4f2dfe, #DA2DFE);