#2f5939
a dark, soft green · cool · closest name: darkslategray
RGB
47, 89, 57
HSL
134°, 31%, 27%
CMYK
47, 0, 36, 65
Luminance
0.0804
Every format
| HEX | #2f5939 |
| RGB | rgb(47, 89, 57) |
| HSL | hsl(134, 31%, 27%) |
| CMYK | cmyk(47%, 0%, 36%, 65%) |
| LAB | lab(34.1 -22.6 14.1) |
| LCH | lch(34.1 26.7 148.1) |
| OKLCH | oklch(0.424 0.071 150.1) |
Copy-ready code
/* CSS */
color: #2f5939;
background-color: #2f5939;
/* Tailwind (arbitrary) */
class="text-[#2f5939] bg-[#2f5939]"
/* SCSS */
$brand: #2f5939;
/* SwiftUI */
Color(red: 0.184, green: 0.349, blue: 0.224)
/* Android */
Color.parseColor("#2f5939")Accessibility — WCAG contrast
Aa
#2f5939 on white: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f5939 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green34.9%
Blue22.4%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow36.0%
Key (black)65.1%
Color previews
#2f5939 text on a black background
contrast 2.61:1
Card sample
#2f5939 text on a white background
contrast 8.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f5939;
Background color
Panel with #2f5939 background
background-color: #2f5939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f5939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 89, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 89, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f5939; background: linear-gradient(135deg, #2f5939, #2F5955);