#4d9bfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
77, 155, 253
HSL
213°, 98%, 65%
CMYK
70, 39, 0, 1
Luminance
0.3211
Every format
| HEX | #4d9bfd |
| RGB | rgb(77, 155, 253) |
| HSL | hsl(213, 98%, 65%) |
| CMYK | cmyk(70%, 39%, 0%, 1%) |
| LAB | lab(63.4 7.3 -55.8) |
| LCH | lch(63.4 56.2 277.4) |
| OKLCH | oklch(0.686 0.164 255.4) |
Copy-ready code
/* CSS */
color: #4d9bfd;
background-color: #4d9bfd;
/* Tailwind (arbitrary) */
class="text-[#4d9bfd] bg-[#4d9bfd]"
/* SCSS */
$brand: #4d9bfd;
/* SwiftUI */
Color(red: 0.302, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#4d9bfd")Accessibility — WCAG contrast
Aa
#4d9bfd on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4d9bfd on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green60.8%
Blue99.2%
CMYK percentages
Cyan69.6%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4d9bfd text on a black background
contrast 7.42:1
Card sample
#4d9bfd text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d9bfd;
Background color
Panel with #4d9bfd background
background-color: #4d9bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d9bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d9bfd; background: linear-gradient(135deg, #4d9bfd, #744DFD);