#50552b
a dark, soft yellow · cool · closest name: darkslategray
RGB
80, 85, 43
HSL
67°, 33%, 25%
CMYK
6, 0, 49, 67
Luminance
0.0838
Every format
| HEX | #50552b |
| RGB | rgb(80, 85, 43) |
| HSL | hsl(67, 33%, 25%) |
| CMYK | cmyk(6%, 0%, 49%, 67%) |
| LAB | lab(34.8 -9.3 23.7) |
| LCH | lch(34.8 25.5 111.3) |
| OKLCH | oklch(0.434 0.063 114.6) |
Copy-ready code
/* CSS */
color: #50552b;
background-color: #50552b;
/* Tailwind (arbitrary) */
class="text-[#50552b] bg-[#50552b]"
/* SCSS */
$brand: #50552b;
/* SwiftUI */
Color(red: 0.314, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#50552b")Accessibility — WCAG contrast
Aa
#50552b on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#50552b on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green33.3%
Blue16.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#50552b text on a black background
contrast 2.68:1
Card sample
#50552b text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50552b;
Background color
Panel with #50552b background
background-color: #50552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50552b; background: linear-gradient(135deg, #50552b, #34552B);