#4d9cff
a light, electric blue · cool · closest name: dodgerblue
RGB
77, 156, 255
HSL
213°, 100%, 65%
CMYK
70, 39, 0, 0
Luminance
0.3257
Every format
| HEX | #4d9cff |
| RGB | rgb(77, 156, 255) |
| HSL | hsl(213, 100%, 65%) |
| CMYK | cmyk(70%, 39%, 0%, 0%) |
| LAB | lab(63.8 7.4 -56.2) |
| LCH | lch(63.8 56.7 277.5) |
| OKLCH | oklch(0.690 0.166 255.4) |
Copy-ready code
/* CSS */
color: #4d9cff;
background-color: #4d9cff;
/* Tailwind (arbitrary) */
class="text-[#4d9cff] bg-[#4d9cff]"
/* SCSS */
$brand: #4d9cff;
/* SwiftUI */
Color(red: 0.302, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#4d9cff")Accessibility — WCAG contrast
Aa
#4d9cff on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4d9cff on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green61.2%
Blue100.0%
CMYK percentages
Cyan69.8%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#4d9cff text on a black background
contrast 7.51:1
Card sample
#4d9cff text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d9cff;
Background color
Panel with #4d9cff background
background-color: #4d9cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d9cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d9cff; background: linear-gradient(135deg, #4d9cff, #754DFF);