#4d2cfe
a balanced, electric blue · warm · closest name: blue
RGB
77, 44, 254
HSL
249°, 99%, 58%
CMYK
70, 83, 0, 0
Luminance
0.1053
Every format
| HEX | #4d2cfe |
| RGB | rgb(77, 44, 254) |
| HSL | hsl(249, 99%, 58%) |
| CMYK | cmyk(70%, 83%, 0%, 0%) |
| LAB | lab(38.8 70.1 -96.4) |
| LCH | lch(38.8 119.2 306.0) |
| OKLCH | oklch(0.504 0.280 276.5) |
Copy-ready code
/* CSS */
color: #4d2cfe;
background-color: #4d2cfe;
/* Tailwind (arbitrary) */
class="text-[#4d2cfe] bg-[#4d2cfe]"
/* SCSS */
$brand: #4d2cfe;
/* SwiftUI */
Color(red: 0.302, green: 0.173, blue: 0.996)
/* Android */
Color.parseColor("#4d2cfe")Accessibility — WCAG contrast
Aa
#4d2cfe on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4d2cfe on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green17.3%
Blue99.6%
CMYK percentages
Cyan69.7%
Magenta82.7%
Yellow0.0%
Key (black)0.4%
Color previews
#4d2cfe text on a black background
contrast 3.11:1
Card sample
#4d2cfe text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d2cfe;
Background color
Panel with #4d2cfe background
background-color: #4d2cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d2cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 44, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 44, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d2cfe; background: linear-gradient(135deg, #4d2cfe, #D92CFE);