#604dfb
a balanced, electric blue · warm · closest name: slateblue
RGB
96, 77, 251
HSL
247°, 96%, 64%
CMYK
62, 69, 0, 2
Luminance
0.1476
Every format
| HEX | #604dfb |
| RGB | rgb(96, 77, 251) |
| HSL | hsl(247, 96%, 64%) |
| CMYK | cmyk(62%, 69%, 0%, 2%) |
| LAB | lab(45.3 55.6 -83.9) |
| LCH | lch(45.3 100.7 303.5) |
| OKLCH | oklch(0.552 0.245 279.6) |
Copy-ready code
/* CSS */
color: #604dfb;
background-color: #604dfb;
/* Tailwind (arbitrary) */
class="text-[#604dfb] bg-[#604dfb]"
/* SCSS */
$brand: #604dfb;
/* SwiftUI */
Color(red: 0.376, green: 0.302, blue: 0.984)
/* Android */
Color.parseColor("#604dfb")Accessibility — WCAG contrast
Aa
#604dfb on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#604dfb on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green30.2%
Blue98.4%
CMYK percentages
Cyan61.8%
Magenta69.3%
Yellow0.0%
Key (black)1.6%
Color previews
#604dfb text on a black background
contrast 3.95:1
Card sample
#604dfb text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604dfb;
Background color
Panel with #604dfb background
background-color: #604dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 77, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 77, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604dfb; background: linear-gradient(135deg, #604dfb, #D44DFB);