#503c77
a dark, soft violet · warm · closest name: midnightblue
RGB
80, 60, 119
HSL
260°, 33%, 35%
CMYK
33, 50, 0, 53
Luminance
0.0627
Every format
| HEX | #503c77 |
| RGB | rgb(80, 60, 119) |
| HSL | hsl(260, 33%, 35%) |
| CMYK | cmyk(33%, 50%, 0%, 53%) |
| LAB | lab(30.1 22.8 -30.8) |
| LCH | lch(30.1 38.3 306.5) |
| OKLCH | oklch(0.406 0.098 297.5) |
Copy-ready code
/* CSS */
color: #503c77;
background-color: #503c77;
/* Tailwind (arbitrary) */
class="text-[#503c77] bg-[#503c77]"
/* SCSS */
$brand: #503c77;
/* SwiftUI */
Color(red: 0.314, green: 0.235, blue: 0.467)
/* Android */
Color.parseColor("#503c77")Accessibility — WCAG contrast
Aa
#503c77 on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#503c77 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green23.5%
Blue46.7%
CMYK percentages
Cyan32.8%
Magenta49.6%
Yellow0.0%
Key (black)53.3%
Color previews
#503c77 text on a black background
contrast 2.25:1
Card sample
#503c77 text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #503c77;
Background color
Panel with #503c77 background
background-color: #503c77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #503c77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 60, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 60, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #503c77; background: linear-gradient(135deg, #503c77, #773C77);