#499af0
a balanced, electric blue · cool · closest name: dodgerblue
RGB
73, 154, 240
HSL
211°, 85%, 61%
CMYK
70, 36, 0, 6
Luminance
0.3082
Every format
| HEX | #499af0 |
| RGB | rgb(73, 154, 240) |
| HSL | hsl(211, 85%, 61%) |
| CMYK | cmyk(70%, 36%, 0%, 6%) |
| LAB | lab(62.4 2.8 -50.4) |
| LCH | lch(62.4 50.4 273.2) |
| OKLCH | oklch(0.675 0.150 252.2) |
Copy-ready code
/* CSS */
color: #499af0;
background-color: #499af0;
/* Tailwind (arbitrary) */
class="text-[#499af0] bg-[#499af0]"
/* SCSS */
$brand: #499af0;
/* SwiftUI */
Color(red: 0.286, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#499af0")Accessibility — WCAG contrast
Aa
#499af0 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#499af0 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green60.4%
Blue94.1%
CMYK percentages
Cyan69.6%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#499af0 text on a black background
contrast 7.16:1
Card sample
#499af0 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #499af0;
Background color
Panel with #499af0 background
background-color: #499af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #499af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #499af0; background: linear-gradient(135deg, #499af0, #6749F0);