#35503c
a dark, soft green · cool · closest name: darkslategray
RGB
53, 80, 60
HSL
136°, 20%, 26%
CMYK
34, 0, 25, 69
Luminance
0.0682
Every format
| HEX | #35503c |
| RGB | rgb(53, 80, 60) |
| HSL | hsl(136, 20%, 26%) |
| CMYK | cmyk(34%, 0%, 25%, 69%) |
| LAB | lab(31.4 -15.1 8.6) |
| LCH | lch(31.4 17.3 150.3) |
| OKLCH | oklch(0.403 0.047 152.0) |
Copy-ready code
/* CSS */
color: #35503c;
background-color: #35503c;
/* Tailwind (arbitrary) */
class="text-[#35503c] bg-[#35503c]"
/* SCSS */
$brand: #35503c;
/* SwiftUI */
Color(red: 0.208, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#35503c")Accessibility — WCAG contrast
Aa
#35503c on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35503c on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green31.4%
Blue23.5%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#35503c text on a black background
contrast 2.36:1
Card sample
#35503c text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35503c;
Background color
Panel with #35503c background
background-color: #35503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35503c; background: linear-gradient(135deg, #35503c, #35504E);