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