#5481fd
a light, electric blue · cool · closest name: royalblue
RGB
84, 129, 253
HSL
224°, 98%, 66%
CMYK
67, 49, 0, 1
Luminance
0.2468
Every format
| HEX | #5481fd |
| RGB | rgb(84, 129, 253) |
| HSL | hsl(224, 98%, 66%) |
| CMYK | cmyk(67%, 49%, 0%, 1%) |
| LAB | lab(56.8 23.9 -66.4) |
| LCH | lch(56.8 70.6 289.8) |
| OKLCH | oklch(0.636 0.191 266.1) |
Copy-ready code
/* CSS */
color: #5481fd;
background-color: #5481fd;
/* Tailwind (arbitrary) */
class="text-[#5481fd] bg-[#5481fd]"
/* SCSS */
$brand: #5481fd;
/* SwiftUI */
Color(red: 0.329, green: 0.506, blue: 0.992)
/* Android */
Color.parseColor("#5481fd")Accessibility — WCAG contrast
Aa
#5481fd on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5481fd on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green50.6%
Blue99.2%
CMYK percentages
Cyan66.8%
Magenta49.0%
Yellow0.0%
Key (black)0.8%
Color previews
#5481fd text on a black background
contrast 5.94:1
Card sample
#5481fd text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5481fd;
Background color
Panel with #5481fd background
background-color: #5481fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5481fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 129, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 129, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5481fd; background: linear-gradient(135deg, #5481fd, #9854FD);