#503ccc
a balanced, vivid blue · warm · closest name: slateblue
RGB
80, 60, 204
HSL
248°, 59%, 52%
CMYK
61, 71, 0, 20
Luminance
0.0930
Every format
| HEX | #503ccc |
| RGB | rgb(80, 60, 204) |
| HSL | hsl(248, 59%, 52%) |
| CMYK | cmyk(61%, 71%, 0%, 20%) |
| LAB | lab(36.5 48.5 -71.6) |
| LCH | lch(36.5 86.5 304.1) |
| OKLCH | oklch(0.474 0.210 281.1) |
Copy-ready code
/* CSS */
color: #503ccc;
background-color: #503ccc;
/* Tailwind (arbitrary) */
class="text-[#503ccc] bg-[#503ccc]"
/* SCSS */
$brand: #503ccc;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#503ccc")Accessibility — WCAG contrast
Aa
#503ccc on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503ccc on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue80.0%
CMYK percentages
Cyan60.8%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#503ccc text on a black background
contrast 2.86:1
Card sample
#503ccc text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503ccc;
Background color
Panel with #503ccc background
background-color: #503ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503ccc; background: linear-gradient(135deg, #503ccc, #B03CCC);