#559fff
a light, electric blue · cool · closest name: dodgerblue
RGB
85, 159, 255
HSL
214°, 100%, 67%
CMYK
67, 38, 0, 0
Luminance
0.3395
Every format
| HEX | #559fff |
| RGB | rgb(85, 159, 255) |
| HSL | hsl(214, 100%, 67%) |
| CMYK | cmyk(67%, 38%, 0%, 0%) |
| LAB | lab(64.9 6.8 -54.5) |
| LCH | lch(64.9 54.9 277.1) |
| OKLCH | oklch(0.699 0.160 255.9) |
Copy-ready code
/* CSS */
color: #559fff;
background-color: #559fff;
/* Tailwind (arbitrary) */
class="text-[#559fff] bg-[#559fff]"
/* SCSS */
$brand: #559fff;
/* SwiftUI */
Color(red: 0.333, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#559fff")Accessibility — WCAG contrast
Aa
#559fff on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#559fff on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green62.4%
Blue100.0%
CMYK percentages
Cyan66.7%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#559fff text on a black background
contrast 7.79:1
Card sample
#559fff text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #559fff;
Background color
Panel with #559fff background
background-color: #559fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #559fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #559fff; background: linear-gradient(135deg, #559fff, #7D55FF);