#747eee
a light, electric blue · warm · closest name: royalblue
RGB
116, 126, 238
HSL
235°, 78%, 69%
CMYK
51, 47, 0, 7
Luminance
0.2481
Every format
| HEX | #747eee |
| RGB | rgb(116, 126, 238) |
| HSL | hsl(235, 78%, 69%) |
| CMYK | cmyk(51%, 47%, 0%, 7%) |
| LAB | lab(56.9 26.6 -57.8) |
| LCH | lch(56.9 63.6 294.7) |
| OKLCH | oklch(0.639 0.166 276.8) |
Copy-ready code
/* CSS */
color: #747eee;
background-color: #747eee;
/* Tailwind (arbitrary) */
class="text-[#747eee] bg-[#747eee]"
/* SCSS */
$brand: #747eee;
/* SwiftUI */
Color(red: 0.455, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#747eee")Accessibility — WCAG contrast
Aa
#747eee on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#747eee on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green49.4%
Blue93.3%
CMYK percentages
Cyan51.3%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#747eee text on a black background
contrast 5.96:1
Card sample
#747eee text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747eee;
Background color
Panel with #747eee background
background-color: #747eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747eee; background: linear-gradient(135deg, #747eee, #BB74EE);