#653cfd
a balanced, electric blue · warm · closest name: blue
RGB
101, 60, 253
HSL
253°, 98%, 61%
CMYK
60, 76, 0, 1
Luminance
0.1309
Every format
| HEX | #653cfd |
| RGB | rgb(101, 60, 253) |
| HSL | hsl(253, 98%, 61%) |
| CMYK | cmyk(60%, 76%, 0%, 1%) |
| LAB | lab(42.9 65.2 -89.0) |
| LCH | lch(42.9 110.3 306.2) |
| OKLCH | oklch(0.537 0.263 282.7) |
Copy-ready code
/* CSS */
color: #653cfd;
background-color: #653cfd;
/* Tailwind (arbitrary) */
class="text-[#653cfd] bg-[#653cfd]"
/* SCSS */
$brand: #653cfd;
/* SwiftUI */
Color(red: 0.396, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#653cfd")Accessibility — WCAG contrast
Aa
#653cfd on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653cfd on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.5%
Blue99.2%
CMYK percentages
Cyan60.1%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#653cfd text on a black background
contrast 3.62:1
Card sample
#653cfd text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653cfd;
Background color
Panel with #653cfd background
background-color: #653cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653cfd; background: linear-gradient(135deg, #653cfd, #E63CFD);