#604ace
a balanced, vivid blue · warm · closest name: slateblue
RGB
96, 74, 206
HSL
250°, 57%, 55%
CMYK
53, 64, 0, 19
Luminance
0.1184
Every format
| HEX | #604ace |
| RGB | rgb(96, 74, 206) |
| HSL | hsl(250, 57%, 55%) |
| CMYK | cmyk(53%, 64%, 0%, 19%) |
| LAB | lab(41.0 43.8 -65.5) |
| LCH | lch(41.0 78.8 303.8) |
| OKLCH | oklch(0.510 0.194 284.8) |
Copy-ready code
/* CSS */
color: #604ace;
background-color: #604ace;
/* Tailwind (arbitrary) */
class="text-[#604ace] bg-[#604ace]"
/* SCSS */
$brand: #604ace;
/* SwiftUI */
Color(red: 0.376, green: 0.290, blue: 0.808)
/* Android */
Color.parseColor("#604ace")Accessibility — WCAG contrast
Aa
#604ace on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#604ace on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green29.0%
Blue80.8%
CMYK percentages
Cyan53.4%
Magenta64.1%
Yellow0.0%
Key (black)19.2%
Color previews
#604ace text on a black background
contrast 3.37:1
Card sample
#604ace text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604ace;
Background color
Panel with #604ace background
background-color: #604ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 74, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 74, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604ace; background: linear-gradient(135deg, #604ace, #B84ACE);