#604bfd
a balanced, electric blue · warm · closest name: blue
RGB
96, 75, 253
HSL
247°, 98%, 64%
CMYK
62, 70, 0, 1
Luminance
0.1461
Every format
| HEX | #604bfd |
| RGB | rgb(96, 75, 253) |
| HSL | hsl(247, 98%, 64%) |
| CMYK | cmyk(62%, 70%, 0%, 1%) |
| LAB | lab(45.1 57.3 -85.4) |
| LCH | lch(45.1 102.8 303.9) |
| OKLCH | oklch(0.551 0.250 279.7) |
Copy-ready code
/* CSS */
color: #604bfd;
background-color: #604bfd;
/* Tailwind (arbitrary) */
class="text-[#604bfd] bg-[#604bfd]"
/* SCSS */
$brand: #604bfd;
/* SwiftUI */
Color(red: 0.376, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#604bfd")Accessibility — WCAG contrast
Aa
#604bfd on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#604bfd on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green29.4%
Blue99.2%
CMYK percentages
Cyan62.1%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#604bfd text on a black background
contrast 3.92:1
Card sample
#604bfd text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604bfd;
Background color
Panel with #604bfd background
background-color: #604bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604bfd; background: linear-gradient(135deg, #604bfd, #D74BFD);