#654df4
a balanced, electric blue · warm · closest name: slateblue
RGB
101, 77, 244
HSL
249°, 88%, 63%
CMYK
59, 68, 0, 4
Luminance
0.1461
Every format
| HEX | #654df4 |
| RGB | rgb(101, 77, 244) |
| HSL | hsl(249, 88%, 63%) |
| CMYK | cmyk(59%, 68%, 0%, 4%) |
| LAB | lab(45.1 54.2 -80.3) |
| LCH | lch(45.1 96.9 304.0) |
| OKLCH | oklch(0.550 0.236 281.8) |
Copy-ready code
/* CSS */
color: #654df4;
background-color: #654df4;
/* Tailwind (arbitrary) */
class="text-[#654df4] bg-[#654df4]"
/* SCSS */
$brand: #654df4;
/* SwiftUI */
Color(red: 0.396, green: 0.302, blue: 0.957)
/* Android */
Color.parseColor("#654df4")Accessibility — WCAG contrast
Aa
#654df4 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#654df4 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green30.2%
Blue95.7%
CMYK percentages
Cyan58.6%
Magenta68.4%
Yellow0.0%
Key (black)4.3%
Color previews
#654df4 text on a black background
contrast 3.92:1
Card sample
#654df4 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #654df4;
Background color
Panel with #654df4 background
background-color: #654df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #654df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 77, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 77, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #654df4; background: linear-gradient(135deg, #654df4, #D44DF4);