#655cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
101, 92, 223
HSL
244°, 67%, 62%
CMYK
55, 59, 0, 13
Luminance
0.1575
Every format
| HEX | #655cdf |
| RGB | rgb(101, 92, 223) |
| HSL | hsl(244, 67%, 62%) |
| CMYK | cmyk(55%, 59%, 0%, 13%) |
| LAB | lab(46.6 39.3 -66.0) |
| LCH | lch(46.6 76.8 300.8) |
| OKLCH | oklch(0.556 0.193 281.2) |
Copy-ready code
/* CSS */
color: #655cdf;
background-color: #655cdf;
/* Tailwind (arbitrary) */
class="text-[#655cdf] bg-[#655cdf]"
/* SCSS */
$brand: #655cdf;
/* SwiftUI */
Color(red: 0.396, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#655cdf")Accessibility — WCAG contrast
Aa
#655cdf on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655cdf on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green36.1%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#655cdf text on a black background
contrast 4.15:1
Card sample
#655cdf text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655cdf;
Background color
Panel with #655cdf background
background-color: #655cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655cdf; background: linear-gradient(135deg, #655cdf, #BC5CDF);