#604cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
96, 76, 223
HSL
248°, 70%, 59%
CMYK
57, 66, 0, 13
Luminance
0.1298
Every format
| HEX | #604cdf |
| RGB | rgb(96, 76, 223) |
| HSL | hsl(248, 70%, 59%) |
| CMYK | cmyk(57%, 66%, 0%, 13%) |
| LAB | lab(42.7 47.8 -72.3) |
| LCH | lch(42.7 86.7 303.4) |
| OKLCH | oklch(0.527 0.213 282.4) |
Copy-ready code
/* CSS */
color: #604cdf;
background-color: #604cdf;
/* Tailwind (arbitrary) */
class="text-[#604cdf] bg-[#604cdf]"
/* SCSS */
$brand: #604cdf;
/* SwiftUI */
Color(red: 0.376, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#604cdf")Accessibility — WCAG contrast
Aa
#604cdf on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#604cdf on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green29.8%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#604cdf text on a black background
contrast 3.60:1
Card sample
#604cdf text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604cdf;
Background color
Panel with #604cdf background
background-color: #604cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604cdf; background: linear-gradient(135deg, #604cdf, #C24CDF);