#499bdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
73, 155, 223
HSL
207°, 70%, 58%
CMYK
67, 31, 0, 13
Luminance
0.3019
Every format
| HEX | #499bdf |
| RGB | rgb(73, 155, 223) |
| HSL | hsl(207, 70%, 58%) |
| CMYK | cmyk(67%, 31%, 0%, 13%) |
| LAB | lab(61.8 -3.6 -41.8) |
| LCH | lch(61.8 42.0 265.1) |
| OKLCH | oklch(0.668 0.129 246.4) |
Copy-ready code
/* CSS */
color: #499bdf;
background-color: #499bdf;
/* Tailwind (arbitrary) */
class="text-[#499bdf] bg-[#499bdf]"
/* SCSS */
$brand: #499bdf;
/* SwiftUI */
Color(red: 0.286, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#499bdf")Accessibility — WCAG contrast
Aa
#499bdf on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#499bdf on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green60.8%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#499bdf text on a black background
contrast 7.04:1
Card sample
#499bdf text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #499bdf;
Background color
Panel with #499bdf background
background-color: #499bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #499bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #499bdf; background: linear-gradient(135deg, #499bdf, #5B49DF);