#653fff
a balanced, electric blue · warm · closest name: blue
RGB
101, 63, 255
HSL
252°, 100%, 62%
CMYK
60, 75, 0, 0
Luminance
0.1354
Every format
| HEX | #653fff |
| RGB | rgb(101, 63, 255) |
| HSL | hsl(252, 100%, 62%) |
| CMYK | cmyk(60%, 75%, 0%, 0%) |
| LAB | lab(43.6 64.4 -89.0) |
| LCH | lch(43.6 109.9 305.9) |
| OKLCH | oklch(0.542 0.263 282.2) |
Copy-ready code
/* CSS */
color: #653fff;
background-color: #653fff;
/* Tailwind (arbitrary) */
class="text-[#653fff] bg-[#653fff]"
/* SCSS */
$brand: #653fff;
/* SwiftUI */
Color(red: 0.396, green: 0.247, blue: 1.000)
/* Android */
Color.parseColor("#653fff")Accessibility — WCAG contrast
Aa
#653fff on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653fff on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green24.7%
Blue100.0%
CMYK percentages
Cyan60.4%
Magenta75.3%
Yellow0.0%
Key (black)0.0%
Color previews
#653fff text on a black background
contrast 3.71:1
Card sample
#653fff text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653fff;
Background color
Panel with #653fff background
background-color: #653fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 63, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 63, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653fff; background: linear-gradient(135deg, #653fff, #E53FFF);