#653afd
a balanced, electric blue · warm · closest name: blue
RGB
101, 58, 253
HSL
253°, 98%, 61%
CMYK
60, 77, 0, 1
Luminance
0.1288
Every format
| HEX | #653afd |
| RGB | rgb(101, 58, 253) |
| HSL | hsl(253, 98%, 61%) |
| CMYK | cmyk(60%, 77%, 0%, 1%) |
| LAB | lab(42.6 66.1 -89.5) |
| LCH | lch(42.6 111.3 306.5) |
| OKLCH | oklch(0.535 0.265 282.9) |
Copy-ready code
/* CSS */
color: #653afd;
background-color: #653afd;
/* Tailwind (arbitrary) */
class="text-[#653afd] bg-[#653afd]"
/* SCSS */
$brand: #653afd;
/* SwiftUI */
Color(red: 0.396, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#653afd")Accessibility — WCAG contrast
Aa
#653afd on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653afd on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green22.7%
Blue99.2%
CMYK percentages
Cyan60.1%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#653afd text on a black background
contrast 3.58:1
Card sample
#653afd text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653afd;
Background color
Panel with #653afd background
background-color: #653afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653afd; background: linear-gradient(135deg, #653afd, #E73AFD);