#503c6b
a dark, soft violet · warm · closest name: midnightblue
RGB
80, 60, 107
HSL
266°, 28%, 33%
CMYK
25, 44, 0, 58
Luminance
0.0600
Every format
| HEX | #503c6b |
| RGB | rgb(80, 60, 107) |
| HSL | hsl(266, 28%, 33%) |
| CMYK | cmyk(25%, 44%, 0%, 58%) |
| LAB | lab(29.4 19.5 -24.2) |
| LCH | lch(29.4 31.1 308.8) |
| OKLCH | oklch(0.399 0.080 302.5) |
Copy-ready code
/* CSS */
color: #503c6b;
background-color: #503c6b;
/* Tailwind (arbitrary) */
class="text-[#503c6b] bg-[#503c6b]"
/* SCSS */
$brand: #503c6b;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.420)
/* Android */
Color.parseColor("#503c6b")Accessibility — WCAG contrast
Aa
#503c6b on white: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c6b on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue42.0%
CMYK percentages
Cyan25.2%
Magenta43.9%
Yellow0.0%
Key (black)58.0%
Color previews
#503c6b text on a black background
contrast 2.20:1
Card sample
#503c6b text on a white background
contrast 9.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c6b;
Background color
Panel with #503c6b background
background-color: #503c6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c6b; background: linear-gradient(135deg, #503c6b, #6B3C67);