#5e7ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
94, 122, 222
HSL
227°, 66%, 62%
CMYK
58, 45, 0, 13
Luminance
0.2157
Every format
| HEX | #5e7ade |
| RGB | rgb(94, 122, 222) |
| HSL | hsl(227, 66%, 62%) |
| CMYK | cmyk(58%, 45%, 0%, 13%) |
| LAB | lab(53.6 19.4 -54.3) |
| LCH | lch(53.6 57.6 289.7) |
| OKLCH | oklch(0.607 0.155 269.6) |
Copy-ready code
/* CSS */
color: #5e7ade;
background-color: #5e7ade;
/* Tailwind (arbitrary) */
class="text-[#5e7ade] bg-[#5e7ade]"
/* SCSS */
$brand: #5e7ade;
/* SwiftUI */
Color(red: 0.369, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#5e7ade")Accessibility — WCAG contrast
Aa
#5e7ade on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5e7ade on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green47.8%
Blue87.1%
CMYK percentages
Cyan57.7%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#5e7ade text on a black background
contrast 5.31:1
Card sample
#5e7ade text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e7ade;
Background color
Panel with #5e7ade background
background-color: #5e7ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e7ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e7ade; background: linear-gradient(135deg, #5e7ade, #975EDE);