#4f44ee
a balanced, electric blue · warm · closest name: slateblue
RGB
79, 68, 238
HSL
244°, 83%, 60%
CMYK
67, 71, 0, 7
Luminance
0.1197
Every format
| HEX | #4f44ee |
| RGB | rgb(79, 68, 238) |
| HSL | hsl(244, 83%, 60%) |
| CMYK | cmyk(67%, 71%, 0%, 7%) |
| LAB | lab(41.2 54.5 -83.5) |
| LCH | lch(41.2 99.7 303.2) |
| OKLCH | oklch(0.516 0.243 276.5) |
Copy-ready code
/* CSS */
color: #4f44ee;
background-color: #4f44ee;
/* Tailwind (arbitrary) */
class="text-[#4f44ee] bg-[#4f44ee]"
/* SCSS */
$brand: #4f44ee;
/* SwiftUI */
Color(red: 0.310, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#4f44ee")Accessibility — WCAG contrast
Aa
#4f44ee on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f44ee on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green26.7%
Blue93.3%
CMYK percentages
Cyan66.8%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#4f44ee text on a black background
contrast 3.39:1
Card sample
#4f44ee text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f44ee;
Background color
Panel with #4f44ee background
background-color: #4f44ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f44ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f44ee; background: linear-gradient(135deg, #4f44ee, #C044EE);