#603cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
96, 60, 223
HSL
253°, 72%, 56%
CMYK
57, 73, 0, 13
Luminance
0.1105
Every format
| HEX | #603cdf |
| RGB | rgb(96, 60, 223) |
| HSL | hsl(253, 72%, 56%) |
| CMYK | cmyk(57%, 73%, 0%, 13%) |
| LAB | lab(39.7 56.3 -77.4) |
| LCH | lch(39.7 95.7 306.0) |
| OKLCH | oklch(0.505 0.230 284.7) |
Copy-ready code
/* CSS */
color: #603cdf;
background-color: #603cdf;
/* Tailwind (arbitrary) */
class="text-[#603cdf] bg-[#603cdf]"
/* SCSS */
$brand: #603cdf;
/* SwiftUI */
Color(red: 0.376, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#603cdf")Accessibility — WCAG contrast
Aa
#603cdf on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#603cdf on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green23.5%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#603cdf text on a black background
contrast 3.21:1
Card sample
#603cdf text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603cdf;
Background color
Panel with #603cdf background
background-color: #603cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603cdf; background: linear-gradient(135deg, #603cdf, #CD3CDF);