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