#604ff9
a balanced, electric blue · warm · closest name: slateblue
RGB
96, 79, 249
HSL
246°, 93%, 64%
CMYK
61, 68, 0, 2
Luminance
0.1492
Every format
| HEX | #604ff9 |
| RGB | rgb(96, 79, 249) |
| HSL | hsl(246, 93%, 64%) |
| CMYK | cmyk(61%, 68%, 0%, 2%) |
| LAB | lab(45.5 54.0 -82.5) |
| LCH | lch(45.5 98.5 303.2) |
| OKLCH | oklch(0.553 0.241 279.5) |
Copy-ready code
/* CSS */
color: #604ff9;
background-color: #604ff9;
/* Tailwind (arbitrary) */
class="text-[#604ff9] bg-[#604ff9]"
/* SCSS */
$brand: #604ff9;
/* SwiftUI */
Color(red: 0.376, green: 0.310, blue: 0.976)
/* Android */
Color.parseColor("#604ff9")Accessibility — WCAG contrast
Aa
#604ff9 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#604ff9 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green31.0%
Blue97.6%
CMYK percentages
Cyan61.4%
Magenta68.3%
Yellow0.0%
Key (black)2.4%
Color previews
#604ff9 text on a black background
contrast 3.98:1
Card sample
#604ff9 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604ff9;
Background color
Panel with #604ff9 background
background-color: #604ff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604ff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 79, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 79, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604ff9; background: linear-gradient(135deg, #604ff9, #D14FF9);