#7474f1
a light, electric blue · warm · closest name: royalblue
RGB
116, 116, 241
HSL
240°, 82%, 70%
CMYK
52, 52, 0, 6
Luminance
0.2255
Every format
| HEX | #7474f1 |
| RGB | rgb(116, 116, 241) |
| HSL | hsl(240, 82%, 70%) |
| CMYK | cmyk(52%, 52%, 0%, 6%) |
| LAB | lab(54.6 33.5 -63.1) |
| LCH | lch(54.6 71.5 297.9) |
| OKLCH | oklch(0.622 0.183 279.7) |
Copy-ready code
/* CSS */
color: #7474f1;
background-color: #7474f1;
/* Tailwind (arbitrary) */
class="text-[#7474f1] bg-[#7474f1]"
/* SCSS */
$brand: #7474f1;
/* SwiftUI */
Color(red: 0.455, green: 0.455, blue: 0.945)
/* Android */
Color.parseColor("#7474f1")Accessibility — WCAG contrast
Aa
#7474f1 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7474f1 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green45.5%
Blue94.5%
CMYK percentages
Cyan51.9%
Magenta51.9%
Yellow0.0%
Key (black)5.5%
Color previews
#7474f1 text on a black background
contrast 5.51:1
Card sample
#7474f1 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7474f1;
Background color
Panel with #7474f1 background
background-color: #7474f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7474f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 116, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 116, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7474f1; background: linear-gradient(135deg, #7474f1, #C774F1);