#655ffb
a light, electric blue · warm · closest name: slateblue
RGB
101, 95, 251
HSL
242°, 95%, 68%
CMYK
60, 62, 0, 2
Luminance
0.1792
Every format
| HEX | #655ffb |
| RGB | rgb(101, 95, 251) |
| HSL | hsl(242, 95%, 68%) |
| CMYK | cmyk(60%, 62%, 0%, 2%) |
| LAB | lab(49.4 46.3 -77.2) |
| LCH | lch(49.4 90.0 300.9) |
| OKLCH | oklch(0.583 0.225 278.5) |
Copy-ready code
/* CSS */
color: #655ffb;
background-color: #655ffb;
/* Tailwind (arbitrary) */
class="text-[#655ffb] bg-[#655ffb]"
/* SCSS */
$brand: #655ffb;
/* SwiftUI */
Color(red: 0.396, green: 0.373, blue: 0.984)
/* Android */
Color.parseColor("#655ffb")Accessibility — WCAG contrast
Aa
#655ffb on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655ffb on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green37.3%
Blue98.4%
CMYK percentages
Cyan59.8%
Magenta62.2%
Yellow0.0%
Key (black)1.6%
Color previews
#655ffb text on a black background
contrast 4.58:1
Card sample
#655ffb text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655ffb;
Background color
Panel with #655ffb background
background-color: #655ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 95, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 95, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655ffb; background: linear-gradient(135deg, #655ffb, #CD5FFB);