#4d9af6
a balanced, electric blue · cool · closest name: dodgerblue
RGB
77, 154, 246
HSL
213°, 90%, 63%
CMYK
69, 37, 0, 4
Luminance
0.3134
Every format
| HEX | #4d9af6 |
| RGB | rgb(77, 154, 246) |
| HSL | hsl(213, 90%, 63%) |
| CMYK | cmyk(69%, 37%, 0%, 4%) |
| LAB | lab(62.8 5.5 -52.9) |
| LCH | lch(62.8 53.2 275.9) |
| OKLCH | oklch(0.680 0.156 254.4) |
Copy-ready code
/* CSS */
color: #4d9af6;
background-color: #4d9af6;
/* Tailwind (arbitrary) */
class="text-[#4d9af6] bg-[#4d9af6]"
/* SCSS */
$brand: #4d9af6;
/* SwiftUI */
Color(red: 0.302, green: 0.604, blue: 0.965)
/* Android */
Color.parseColor("#4d9af6")Accessibility — WCAG contrast
Aa
#4d9af6 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4d9af6 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green60.4%
Blue96.5%
CMYK percentages
Cyan68.7%
Magenta37.4%
Yellow0.0%
Key (black)3.5%
Color previews
#4d9af6 text on a black background
contrast 7.27:1
Card sample
#4d9af6 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d9af6;
Background color
Panel with #4d9af6 background
background-color: #4d9af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d9af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 154, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 154, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d9af6; background: linear-gradient(135deg, #4d9af6, #714DF6);