#7481fd
a light, electric blue · warm · closest name: royalblue
RGB
116, 129, 253
HSL
234°, 97%, 72%
CMYK
54, 49, 0, 1
Luminance
0.2651
Every format
| HEX | #7481fd |
| RGB | rgb(116, 129, 253) |
| HSL | hsl(234, 97%, 72%) |
| CMYK | cmyk(54%, 49%, 0%, 1%) |
| LAB | lab(58.5 29.5 -63.5) |
| LCH | lch(58.5 70.0 294.9) |
| OKLCH | oklch(0.654 0.182 275.6) |
Copy-ready code
/* CSS */
color: #7481fd;
background-color: #7481fd;
/* Tailwind (arbitrary) */
class="text-[#7481fd] bg-[#7481fd]"
/* SCSS */
$brand: #7481fd;
/* SwiftUI */
Color(red: 0.455, green: 0.506, blue: 0.992)
/* Android */
Color.parseColor("#7481fd")Accessibility — WCAG contrast
Aa
#7481fd on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7481fd on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green50.6%
Blue99.2%
CMYK percentages
Cyan54.2%
Magenta49.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7481fd text on a black background
contrast 6.30:1
Card sample
#7481fd text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7481fd;
Background color
Panel with #7481fd background
background-color: #7481fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7481fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 129, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 129, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7481fd; background: linear-gradient(135deg, #7481fd, #C274FD);