#7486fd
a light, electric blue · warm · closest name: royalblue
RGB
116, 134, 253
HSL
232°, 97%, 72%
CMYK
54, 47, 0, 1
Luminance
0.2786
Every format
| HEX | #7486fd |
| RGB | rgb(116, 134, 253) |
| HSL | hsl(232, 97%, 72%) |
| CMYK | cmyk(54%, 47%, 0%, 1%) |
| LAB | lab(59.8 26.5 -61.5) |
| LCH | lch(59.8 67.0 293.3) |
| OKLCH | oklch(0.663 0.176 274.1) |
Copy-ready code
/* CSS */
color: #7486fd;
background-color: #7486fd;
/* Tailwind (arbitrary) */
class="text-[#7486fd] bg-[#7486fd]"
/* SCSS */
$brand: #7486fd;
/* SwiftUI */
Color(red: 0.455, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#7486fd")Accessibility — WCAG contrast
Aa
#7486fd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7486fd on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green52.5%
Blue99.2%
CMYK percentages
Cyan54.2%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7486fd text on a black background
contrast 6.57:1
Card sample
#7486fd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7486fd;
Background color
Panel with #7486fd background
background-color: #7486fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7486fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7486fd; background: linear-gradient(135deg, #7486fd, #BD74FD);