#4d7bfd
a balanced, electric blue · cool · closest name: royalblue
RGB
77, 123, 253
HSL
224°, 98%, 65%
CMYK
70, 51, 0, 1
Luminance
0.2284
Every format
| HEX | #4d7bfd |
| RGB | rgb(77, 123, 253) |
| HSL | hsl(224, 98%, 65%) |
| CMYK | cmyk(70%, 51%, 0%, 1%) |
| LAB | lab(54.9 26.6 -69.4) |
| LCH | lch(54.9 74.3 290.9) |
| OKLCH | oklch(0.621 0.200 266.0) |
Copy-ready code
/* CSS */
color: #4d7bfd;
background-color: #4d7bfd;
/* Tailwind (arbitrary) */
class="text-[#4d7bfd] bg-[#4d7bfd]"
/* SCSS */
$brand: #4d7bfd;
/* SwiftUI */
Color(red: 0.302, green: 0.482, blue: 0.992)
/* Android */
Color.parseColor("#4d7bfd")Accessibility — WCAG contrast
Aa
#4d7bfd on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4d7bfd on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green48.2%
Blue99.2%
CMYK percentages
Cyan69.6%
Magenta51.4%
Yellow0.0%
Key (black)0.8%
Color previews
#4d7bfd text on a black background
contrast 5.57:1
Card sample
#4d7bfd text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d7bfd;
Background color
Panel with #4d7bfd background
background-color: #4d7bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d7bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 123, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 123, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d7bfd; background: linear-gradient(135deg, #4d7bfd, #944DFD);