#4a44ee
a balanced, electric blue · warm · closest name: slateblue
RGB
74, 68, 238
HSL
242°, 83%, 60%
CMYK
69, 71, 0, 7
Luminance
0.1176
Every format
| HEX | #4a44ee |
| RGB | rgb(74, 68, 238) |
| HSL | hsl(242, 83%, 60%) |
| CMYK | cmyk(69%, 71%, 0%, 7%) |
| LAB | lab(40.8 54.0 -84.0) |
| LCH | lch(40.8 99.9 302.7) |
| OKLCH | oklch(0.513 0.244 275.1) |
Copy-ready code
/* CSS */
color: #4a44ee;
background-color: #4a44ee;
/* Tailwind (arbitrary) */
class="text-[#4a44ee] bg-[#4a44ee]"
/* SCSS */
$brand: #4a44ee;
/* SwiftUI */
Color(red: 0.290, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#4a44ee")Accessibility — WCAG contrast
Aa
#4a44ee on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4a44ee on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green26.7%
Blue93.3%
CMYK percentages
Cyan68.9%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#4a44ee text on a black background
contrast 3.35:1
Card sample
#4a44ee text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a44ee;
Background color
Panel with #4a44ee background
background-color: #4a44ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a44ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a44ee; background: linear-gradient(135deg, #4a44ee, #BB44EE);