#559cff
a light, electric blue · cool · closest name: dodgerblue
RGB
85, 156, 255
HSL
215°, 100%, 67%
CMYK
67, 39, 0, 0
Luminance
0.3293
Every format
| HEX | #559cff |
| RGB | rgb(85, 156, 255) |
| HSL | hsl(215, 100%, 67%) |
| CMYK | cmyk(67%, 39%, 0%, 0%) |
| LAB | lab(64.1 8.6 -55.8) |
| LCH | lch(64.1 56.4 278.7) |
| OKLCH | oklch(0.693 0.163 257.1) |
Copy-ready code
/* CSS */
color: #559cff;
background-color: #559cff;
/* Tailwind (arbitrary) */
class="text-[#559cff] bg-[#559cff]"
/* SCSS */
$brand: #559cff;
/* SwiftUI */
Color(red: 0.333, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#559cff")Accessibility — WCAG contrast
Aa
#559cff on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#559cff on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green61.2%
Blue100.0%
CMYK percentages
Cyan66.7%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#559cff text on a black background
contrast 7.59:1
Card sample
#559cff text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #559cff;
Background color
Panel with #559cff background
background-color: #559cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #559cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #559cff; background: linear-gradient(135deg, #559cff, #7F55FF);