#4841f4
a balanced, electric blue · warm · closest name: blue
RGB
72, 65, 244
HSL
242°, 89%, 61%
CMYK
71, 73, 0, 4
Luminance
0.1169
Every format
| HEX | #4841f4 |
| RGB | rgb(72, 65, 244) |
| HSL | hsl(242, 89%, 61%) |
| CMYK | cmyk(71%, 73%, 0%, 4%) |
| LAB | lab(40.7 57.3 -87.6) |
| LCH | lch(40.7 104.7 303.2) |
| OKLCH | oklch(0.513 0.254 274.4) |
Copy-ready code
/* CSS */
color: #4841f4;
background-color: #4841f4;
/* Tailwind (arbitrary) */
class="text-[#4841f4] bg-[#4841f4]"
/* SCSS */
$brand: #4841f4;
/* SwiftUI */
Color(red: 0.282, green: 0.255, blue: 0.957)
/* Android */
Color.parseColor("#4841f4")Accessibility — WCAG contrast
Aa
#4841f4 on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4841f4 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green25.5%
Blue95.7%
CMYK percentages
Cyan70.5%
Magenta73.4%
Yellow0.0%
Key (black)4.3%
Color previews
#4841f4 text on a black background
contrast 3.34:1
Card sample
#4841f4 text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4841f4;
Background color
Panel with #4841f4 background
background-color: #4841f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4841f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 65, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 65, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4841f4; background: linear-gradient(135deg, #4841f4, #BF41F4);