#4944ff
a balanced, electric blue · warm · closest name: blue
RGB
73, 68, 255
HSL
242°, 100%, 63%
CMYK
71, 73, 0, 0
Luminance
0.1277
Every format
| HEX | #4944ff |
| RGB | rgb(73, 68, 255) |
| HSL | hsl(242, 100%, 63%) |
| CMYK | cmyk(71%, 73%, 0%, 0%) |
| LAB | lab(42.4 59.2 -91.0) |
| LCH | lch(42.4 108.5 303.0) |
| OKLCH | oklch(0.529 0.264 273.8) |
Copy-ready code
/* CSS */
color: #4944ff;
background-color: #4944ff;
/* Tailwind (arbitrary) */
class="text-[#4944ff] bg-[#4944ff]"
/* SCSS */
$brand: #4944ff;
/* SwiftUI */
Color(red: 0.286, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#4944ff")Accessibility — WCAG contrast
Aa
#4944ff on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4944ff on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green26.7%
Blue100.0%
CMYK percentages
Cyan71.4%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#4944ff text on a black background
contrast 3.55:1
Card sample
#4944ff text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4944ff;
Background color
Panel with #4944ff background
background-color: #4944ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4944ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4944ff; background: linear-gradient(135deg, #4944ff, #C644FF);