#603fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
96, 63, 223
HSL
252°, 71%, 56%
CMYK
57, 72, 0, 13
Luminance
0.1137
Every format
| HEX | #603fdf |
| RGB | rgb(96, 63, 223) |
| HSL | hsl(252, 71%, 56%) |
| CMYK | cmyk(57%, 72%, 0%, 13%) |
| LAB | lab(40.2 54.8 -76.5) |
| LCH | lch(40.2 94.1 305.6) |
| OKLCH | oklch(0.508 0.227 284.3) |
Copy-ready code
/* CSS */
color: #603fdf;
background-color: #603fdf;
/* Tailwind (arbitrary) */
class="text-[#603fdf] bg-[#603fdf]"
/* SCSS */
$brand: #603fdf;
/* SwiftUI */
Color(red: 0.376, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#603fdf")Accessibility — WCAG contrast
Aa
#603fdf on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#603fdf on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green24.7%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#603fdf text on a black background
contrast 3.27:1
Card sample
#603fdf text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #603fdf;
Background color
Panel with #603fdf background
background-color: #603fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #603fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #603fdf; background: linear-gradient(135deg, #603fdf, #CB3FDF);