#4e9bdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
78, 155, 223
HSL
208°, 69%, 59%
CMYK
65, 31, 0, 13
Luminance
0.3039
Every format
| HEX | #4e9bdf |
| RGB | rgb(78, 155, 223) |
| HSL | hsl(208, 69%, 59%) |
| CMYK | cmyk(65%, 31%, 0%, 13%) |
| LAB | lab(62.0 -2.8 -41.5) |
| LCH | lch(62.0 41.6 266.2) |
| OKLCH | oklch(0.670 0.127 247.6) |
Copy-ready code
/* CSS */
color: #4e9bdf;
background-color: #4e9bdf;
/* Tailwind (arbitrary) */
class="text-[#4e9bdf] bg-[#4e9bdf]"
/* SCSS */
$brand: #4e9bdf;
/* SwiftUI */
Color(red: 0.306, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#4e9bdf")Accessibility — WCAG contrast
Aa
#4e9bdf on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4e9bdf on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green60.8%
Blue87.5%
CMYK percentages
Cyan65.0%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#4e9bdf text on a black background
contrast 7.08:1
Card sample
#4e9bdf text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e9bdf;
Background color
Panel with #4e9bdf background
background-color: #4e9bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e9bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e9bdf; background: linear-gradient(135deg, #4e9bdf, #614EDF);