#747ef1
a light, electric blue · warm · closest name: royalblue
RGB
116, 126, 241
HSL
235°, 82%, 70%
CMYK
52, 48, 0, 6
Luminance
0.2499
Every format
| HEX | #747ef1 |
| RGB | rgb(116, 126, 241) |
| HSL | hsl(235, 82%, 70%) |
| CMYK | cmyk(52%, 48%, 0%, 6%) |
| LAB | lab(57.1 27.5 -59.2) |
| LCH | lch(57.1 65.3 294.9) |
| OKLCH | oklch(0.640 0.170 276.7) |
Copy-ready code
/* CSS */
color: #747ef1;
background-color: #747ef1;
/* Tailwind (arbitrary) */
class="text-[#747ef1] bg-[#747ef1]"
/* SCSS */
$brand: #747ef1;
/* SwiftUI */
Color(red: 0.455, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#747ef1")Accessibility — WCAG contrast
Aa
#747ef1 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#747ef1 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green49.4%
Blue94.5%
CMYK percentages
Cyan51.9%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#747ef1 text on a black background
contrast 6.00:1
Card sample
#747ef1 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #747ef1;
Background color
Panel with #747ef1 background
background-color: #747ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #747ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #747ef1; background: linear-gradient(135deg, #747ef1, #BD74F1);