#35503f
a dark, soft green · cool · closest name: darkslategray
RGB
53, 80, 63
HSL
142°, 20%, 26%
CMYK
34, 0, 21, 69
Luminance
0.0685
Every format
| HEX | #35503f |
| RGB | rgb(53, 80, 63) |
| HSL | hsl(142, 20%, 26%) |
| CMYK | cmyk(34%, 0%, 21%, 69%) |
| LAB | lab(31.5 -14.4 6.8) |
| LCH | lch(31.5 15.9 154.7) |
| OKLCH | oklch(0.404 0.043 156.3) |
Copy-ready code
/* CSS */
color: #35503f;
background-color: #35503f;
/* Tailwind (arbitrary) */
class="text-[#35503f] bg-[#35503f]"
/* SCSS */
$brand: #35503f;
/* SwiftUI */
Color(red: 0.208, green: 0.314, blue: 0.247)
/* Android */
Color.parseColor("#35503f")Accessibility — WCAG contrast
Aa
#35503f on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35503f on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green31.4%
Blue24.7%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow21.2%
Key (black)68.6%
Color previews
#35503f text on a black background
contrast 2.37:1
Card sample
#35503f text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35503f;
Background color
Panel with #35503f background
background-color: #35503f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35503f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 80, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 80, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35503f; background: linear-gradient(135deg, #35503f, #354F50);