#5564ff
a light, electric blue · warm · closest name: royalblue
RGB
85, 100, 255
HSL
235°, 100%, 67%
CMYK
67, 61, 0, 0
Luminance
0.1827
Every format
| HEX | #5564ff |
| RGB | rgb(85, 100, 255) |
| HSL | hsl(235, 100%, 67%) |
| CMYK | cmyk(67%, 61%, 0%, 0%) |
| LAB | lab(49.8 42.3 -78.8) |
| LCH | lch(49.8 89.4 298.2) |
| OKLCH | oklch(0.584 0.228 272.9) |
Copy-ready code
/* CSS */
color: #5564ff;
background-color: #5564ff;
/* Tailwind (arbitrary) */
class="text-[#5564ff] bg-[#5564ff]"
/* SCSS */
$brand: #5564ff;
/* SwiftUI */
Color(red: 0.333, green: 0.392, blue: 1.000)
/* Android */
Color.parseColor("#5564ff")Accessibility — WCAG contrast
Aa
#5564ff on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5564ff on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green39.2%
Blue100.0%
CMYK percentages
Cyan66.7%
Magenta60.8%
Yellow0.0%
Key (black)0.0%
Color previews
#5564ff text on a black background
contrast 4.65:1
Card sample
#5564ff text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5564ff;
Background color
Panel with #5564ff background
background-color: #5564ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5564ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 100, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 100, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5564ff; background: linear-gradient(135deg, #5564ff, #B755FF);