#559eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
85, 158, 238
HSL
211°, 82%, 63%
CMYK
64, 34, 0, 7
Luminance
0.3256
Every format
| HEX | #559eee |
| RGB | rgb(85, 158, 238) |
| HSL | hsl(211, 82%, 63%) |
| CMYK | cmyk(64%, 34%, 0%, 7%) |
| LAB | lab(63.8 1.7 -46.9) |
| LCH | lch(63.8 47.0 272.1) |
| OKLCH | oklch(0.688 0.140 252.4) |
Copy-ready code
/* CSS */
color: #559eee;
background-color: #559eee;
/* Tailwind (arbitrary) */
class="text-[#559eee] bg-[#559eee]"
/* SCSS */
$brand: #559eee;
/* SwiftUI */
Color(red: 0.333, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#559eee")Accessibility — WCAG contrast
Aa
#559eee on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#559eee on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green62.0%
Blue93.3%
CMYK percentages
Cyan64.3%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#559eee text on a black background
contrast 7.51:1
Card sample
#559eee text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #559eee;
Background color
Panel with #559eee background
background-color: #559eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #559eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #559eee; background: linear-gradient(135deg, #559eee, #7255EE);