#335136
a dark, soft green · cool · closest name: darkslategray
RGB
51, 81, 54
HSL
126°, 23%, 26%
CMYK
37, 0, 33, 68
Luminance
0.0686
Every format
| HEX | #335136 |
| RGB | rgb(51, 81, 54) |
| HSL | hsl(126, 23%, 26%) |
| CMYK | cmyk(37%, 0%, 33%, 68%) |
| LAB | lab(31.5 -17.6 12.4) |
| LCH | lch(31.5 21.6 144.8) |
| OKLCH | oklch(0.403 0.057 146.8) |
Copy-ready code
/* CSS */
color: #335136;
background-color: #335136;
/* Tailwind (arbitrary) */
class="text-[#335136] bg-[#335136]"
/* SCSS */
$brand: #335136;
/* SwiftUI */
Color(red: 0.200, green: 0.318, blue: 0.212)
/* Android */
Color.parseColor("#335136")Accessibility — WCAG contrast
Aa
#335136 on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#335136 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green31.8%
Blue21.2%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow33.3%
Key (black)68.2%
Color previews
#335136 text on a black background
contrast 2.37:1
Card sample
#335136 text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335136;
Background color
Panel with #335136 background
background-color: #335136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 81, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 81, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335136; background: linear-gradient(135deg, #335136, #33514A);