#50436a
a dark, soft violet · warm · closest name: steelblue
RGB
80, 67, 106
HSL
260°, 23%, 34%
CMYK
25, 37, 0, 58
Luminance
0.0676
Every format
| HEX | #50436a |
| RGB | rgb(80, 67, 106) |
| HSL | hsl(260, 23%, 34%) |
| CMYK | cmyk(25%, 37%, 0%, 58%) |
| LAB | lab(31.3 14.7 -20.7) |
| LCH | lch(31.3 25.4 305.3) |
| OKLCH | oklch(0.413 0.066 298.8) |
Copy-ready code
/* CSS */
color: #50436a;
background-color: #50436a;
/* Tailwind (arbitrary) */
class="text-[#50436a] bg-[#50436a]"
/* SCSS */
$brand: #50436a;
/* SwiftUI */
Color(red: 0.314, green: 0.263, blue: 0.416)
/* Android */
Color.parseColor("#50436a")Accessibility — WCAG contrast
Aa
#50436a on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#50436a on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green26.3%
Blue41.6%
CMYK percentages
Cyan24.5%
Magenta36.8%
Yellow0.0%
Key (black)58.4%
Color previews
#50436a text on a black background
contrast 2.35:1
Card sample
#50436a text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50436a;
Background color
Panel with #50436a background
background-color: #50436a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50436a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 67, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 67, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50436a; background: linear-gradient(135deg, #50436a, #6A436A);