#4d9fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
77, 159, 223
HSL
206°, 70%, 59%
CMYK
66, 29, 0, 13
Luminance
0.3170
Every format
| HEX | #4d9fdf |
| RGB | rgb(77, 159, 223) |
| HSL | hsl(206, 70%, 59%) |
| CMYK | cmyk(66%, 29%, 0%, 13%) |
| LAB | lab(63.1 -5.2 -39.8) |
| LCH | lch(63.1 40.1 262.6) |
| OKLCH | oklch(0.679 0.124 244.7) |
Copy-ready code
/* CSS */
color: #4d9fdf;
background-color: #4d9fdf;
/* Tailwind (arbitrary) */
class="text-[#4d9fdf] bg-[#4d9fdf]"
/* SCSS */
$brand: #4d9fdf;
/* SwiftUI */
Color(red: 0.302, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#4d9fdf")Accessibility — WCAG contrast
Aa
#4d9fdf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4d9fdf on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green62.4%
Blue87.5%
CMYK percentages
Cyan65.5%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#4d9fdf text on a black background
contrast 7.34:1
Card sample
#4d9fdf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d9fdf;
Background color
Panel with #4d9fdf background
background-color: #4d9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d9fdf; background: linear-gradient(135deg, #4d9fdf, #5C4DDF);