#5477fd
a light, electric blue · warm · closest name: royalblue
RGB
84, 119, 253
HSL
228°, 98%, 66%
CMYK
67, 53, 0, 1
Luminance
0.2217
Every format
| HEX | #5477fd |
| RGB | rgb(84, 119, 253) |
| HSL | hsl(228, 98%, 66%) |
| CMYK | cmyk(67%, 53%, 0%, 1%) |
| LAB | lab(54.2 30.0 -70.5) |
| LCH | lch(54.2 76.7 293.0) |
| OKLCH | oklch(0.616 0.203 268.7) |
Copy-ready code
/* CSS */
color: #5477fd;
background-color: #5477fd;
/* Tailwind (arbitrary) */
class="text-[#5477fd] bg-[#5477fd]"
/* SCSS */
$brand: #5477fd;
/* SwiftUI */
Color(red: 0.329, green: 0.467, blue: 0.992)
/* Android */
Color.parseColor("#5477fd")Accessibility — WCAG contrast
Aa
#5477fd on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5477fd on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green46.7%
Blue99.2%
CMYK percentages
Cyan66.8%
Magenta53.0%
Yellow0.0%
Key (black)0.8%
Color previews
#5477fd text on a black background
contrast 5.43:1
Card sample
#5477fd text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5477fd;
Background color
Panel with #5477fd background
background-color: #5477fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5477fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 119, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 119, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5477fd; background: linear-gradient(135deg, #5477fd, #A254FD);