#655ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
101, 90, 222
HSL
245°, 67%, 61%
CMYK
55, 60, 0, 13
Luminance
0.1535
Every format
| HEX | #655ade |
| RGB | rgb(101, 90, 222) |
| HSL | hsl(245, 67%, 61%) |
| CMYK | cmyk(55%, 60%, 0%, 13%) |
| LAB | lab(46.1 40.2 -66.3) |
| LCH | lch(46.1 77.5 301.3) |
| OKLCH | oklch(0.552 0.194 281.7) |
Copy-ready code
/* CSS */
color: #655ade;
background-color: #655ade;
/* Tailwind (arbitrary) */
class="text-[#655ade] bg-[#655ade]"
/* SCSS */
$brand: #655ade;
/* SwiftUI */
Color(red: 0.396, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#655ade")Accessibility — WCAG contrast
Aa
#655ade on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655ade on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green35.3%
Blue87.1%
CMYK percentages
Cyan54.5%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#655ade text on a black background
contrast 4.07:1
Card sample
#655ade text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655ade;
Background color
Panel with #655ade background
background-color: #655ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655ade; background: linear-gradient(135deg, #655ade, #BD5ADE);