#55503c
a dark, soft yellow · cool · closest name: darkslategray
RGB
85, 80, 60
HSL
48°, 17%, 28%
CMYK
0, 6, 29, 67
Luminance
0.0799
Every format
| HEX | #55503c |
| RGB | rgb(85, 80, 60) |
| HSL | hsl(48, 17%, 28%) |
| CMYK | cmyk(0%, 6%, 29%, 67%) |
| LAB | lab(34.0 -1.6 12.6) |
| LCH | lch(34.0 12.7 97.3) |
| OKLCH | oklch(0.430 0.032 95.7) |
Copy-ready code
/* CSS */
color: #55503c;
background-color: #55503c;
/* Tailwind (arbitrary) */
class="text-[#55503c] bg-[#55503c]"
/* SCSS */
$brand: #55503c;
/* SwiftUI */
Color(red: 0.333, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#55503c")Accessibility — WCAG contrast
Aa
#55503c on white: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55503c on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green31.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow29.4%
Key (black)66.7%
Color previews
#55503c text on a black background
contrast 2.60:1
Card sample
#55503c text on a white background
contrast 8.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55503c;
Background color
Panel with #55503c background
background-color: #55503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55503c; background: linear-gradient(135deg, #55503c, #49553C);