#4d71fd
a balanced, electric blue · warm · closest name: royalblue
RGB
77, 113, 253
HSL
228°, 98%, 65%
CMYK
70, 55, 0, 1
Luminance
0.2048
Every format
| HEX | #4d71fd |
| RGB | rgb(77, 113, 253) |
| HSL | hsl(228, 98%, 65%) |
| CMYK | cmyk(70%, 55%, 0%, 1%) |
| LAB | lab(52.4 32.7 -73.5) |
| LCH | lch(52.4 80.5 294.0) |
| OKLCH | oklch(0.602 0.212 268.4) |
Copy-ready code
/* CSS */
color: #4d71fd;
background-color: #4d71fd;
/* Tailwind (arbitrary) */
class="text-[#4d71fd] bg-[#4d71fd]"
/* SCSS */
$brand: #4d71fd;
/* SwiftUI */
Color(red: 0.302, green: 0.443, blue: 0.992)
/* Android */
Color.parseColor("#4d71fd")Accessibility — WCAG contrast
Aa
#4d71fd on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4d71fd on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green44.3%
Blue99.2%
CMYK percentages
Cyan69.6%
Magenta55.3%
Yellow0.0%
Key (black)0.8%
Color previews
#4d71fd text on a black background
contrast 5.10:1
Card sample
#4d71fd text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d71fd;
Background color
Panel with #4d71fd background
background-color: #4d71fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d71fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 113, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 113, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d71fd; background: linear-gradient(135deg, #4d71fd, #9E4DFD);