#656ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
101, 106, 222
HSL
238°, 65%, 63%
CMYK
55, 52, 0, 13
Luminance
0.1835
Every format
| HEX | #656ade |
| RGB | rgb(101, 106, 222) |
| HSL | hsl(238, 65%, 63%) |
| CMYK | cmyk(55%, 52%, 0%, 13%) |
| LAB | lab(49.9 30.6 -60.1) |
| LCH | lch(49.9 67.4 297.0) |
| OKLCH | oklch(0.580 0.173 277.7) |
Copy-ready code
/* CSS */
color: #656ade;
background-color: #656ade;
/* Tailwind (arbitrary) */
class="text-[#656ade] bg-[#656ade]"
/* SCSS */
$brand: #656ade;
/* SwiftUI */
Color(red: 0.396, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#656ade")Accessibility — WCAG contrast
Aa
#656ade on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#656ade on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green41.6%
Blue87.1%
CMYK percentages
Cyan54.5%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#656ade text on a black background
contrast 4.67:1
Card sample
#656ade text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656ade;
Background color
Panel with #656ade background
background-color: #656ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656ade; background: linear-gradient(135deg, #656ade, #B165DE);