#503c68
a dark, soft violet · warm · closest name: midnightblue
RGB
80, 60, 104
HSL
267°, 27%, 32%
CMYK
23, 42, 0, 59
Luminance
0.0594
Every format
| HEX | #503c68 |
| RGB | rgb(80, 60, 104) |
| HSL | hsl(267, 27%, 32%) |
| CMYK | cmyk(23%, 42%, 0%, 59%) |
| LAB | lab(29.3 18.7 -22.6) |
| LCH | lch(29.3 29.3 309.6) |
| OKLCH | oklch(0.398 0.076 304.1) |
Copy-ready code
/* CSS */
color: #503c68;
background-color: #503c68;
/* Tailwind (arbitrary) */
class="text-[#503c68] bg-[#503c68]"
/* SCSS */
$brand: #503c68;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.408)
/* Android */
Color.parseColor("#503c68")Accessibility — WCAG contrast
Aa
#503c68 on white: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c68 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue40.8%
CMYK percentages
Cyan23.1%
Magenta42.3%
Yellow0.0%
Key (black)59.2%
Color previews
#503c68 text on a black background
contrast 2.19:1
Card sample
#503c68 text on a white background
contrast 9.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c68;
Background color
Panel with #503c68 background
background-color: #503c68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c68; background: linear-gradient(135deg, #503c68, #683C63);