#5599ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
85, 153, 238
HSL
213°, 82%, 63%
CMYK
64, 36, 0, 7
Luminance
0.3089
Every format
| HEX | #5599ee |
| RGB | rgb(85, 153, 238) |
| HSL | hsl(213, 82%, 63%) |
| CMYK | cmyk(64%, 36%, 0%, 7%) |
| LAB | lab(62.4 4.6 -49.1) |
| LCH | lch(62.4 49.3 275.3) |
| OKLCH | oklch(0.677 0.144 255.0) |
Copy-ready code
/* CSS */
color: #5599ee;
background-color: #5599ee;
/* Tailwind (arbitrary) */
class="text-[#5599ee] bg-[#5599ee]"
/* SCSS */
$brand: #5599ee;
/* SwiftUI */
Color(red: 0.333, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#5599ee")Accessibility — WCAG contrast
Aa
#5599ee on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5599ee on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green60.0%
Blue93.3%
CMYK percentages
Cyan64.3%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#5599ee text on a black background
contrast 7.18:1
Card sample
#5599ee text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5599ee;
Background color
Panel with #5599ee background
background-color: #5599ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5599ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5599ee; background: linear-gradient(135deg, #5599ee, #7755EE);