#649ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
100, 154, 222
HSL
213°, 65%, 63%
CMYK
55, 31, 0, 13
Luminance
0.3109
Every format
| HEX | #649ade |
| RGB | rgb(100, 154, 222) |
| HSL | hsl(213, 65%, 63%) |
| CMYK | cmyk(55%, 31%, 0%, 13%) |
| LAB | lab(62.6 1.7 -40.0) |
| LCH | lch(62.6 40.0 272.4) |
| OKLCH | oklch(0.677 0.117 254.8) |
Copy-ready code
/* CSS */
color: #649ade;
background-color: #649ade;
/* Tailwind (arbitrary) */
class="text-[#649ade] bg-[#649ade]"
/* SCSS */
$brand: #649ade;
/* SwiftUI */
Color(red: 0.392, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#649ade")Accessibility — WCAG contrast
Aa
#649ade on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#649ade on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green60.4%
Blue87.1%
CMYK percentages
Cyan55.0%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#649ade text on a black background
contrast 7.22:1
Card sample
#649ade text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #649ade;
Background color
Panel with #649ade background
background-color: #649ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #649ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #649ade; background: linear-gradient(135deg, #649ade, #7F64DE);