#4f5eee
a balanced, electric blue · warm · closest name: royalblue
RGB
79, 94, 238
HSL
234°, 82%, 62%
CMYK
67, 61, 0, 7
Luminance
0.1584
Every format
| HEX | #4f5eee |
| RGB | rgb(79, 94, 238) |
| HSL | hsl(234, 82%, 62%) |
| CMYK | cmyk(67%, 61%, 0%, 7%) |
| LAB | lab(46.8 39.5 -74.3) |
| LCH | lch(46.8 84.1 298.0) |
| OKLCH | oklch(0.557 0.214 272.7) |
Copy-ready code
/* CSS */
color: #4f5eee;
background-color: #4f5eee;
/* Tailwind (arbitrary) */
class="text-[#4f5eee] bg-[#4f5eee]"
/* SCSS */
$brand: #4f5eee;
/* SwiftUI */
Color(red: 0.310, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#4f5eee")Accessibility — WCAG contrast
Aa
#4f5eee on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f5eee on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green36.9%
Blue93.3%
CMYK percentages
Cyan66.8%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#4f5eee text on a black background
contrast 4.17:1
Card sample
#4f5eee text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f5eee;
Background color
Panel with #4f5eee background
background-color: #4f5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f5eee; background: linear-gradient(135deg, #4f5eee, #AA4FEE);