#2f5539
a dark, soft green · cool · closest name: darkslategray
RGB
47, 85, 57
HSL
136°, 29%, 26%
CMYK
45, 0, 33, 67
Luminance
0.0740
Every format
| HEX | #2f5539 |
| RGB | rgb(47, 85, 57) |
| HSL | hsl(136, 29%, 26%) |
| CMYK | cmyk(45%, 0%, 33%, 67%) |
| LAB | lab(32.7 -20.6 12.2) |
| LCH | lch(32.7 23.9 149.3) |
| OKLCH | oklch(0.412 0.064 151.2) |
Copy-ready code
/* CSS */
color: #2f5539;
background-color: #2f5539;
/* Tailwind (arbitrary) */
class="text-[#2f5539] bg-[#2f5539]"
/* SCSS */
$brand: #2f5539;
/* SwiftUI */
Color(red: 0.184, green: 0.333, blue: 0.224)
/* Android */
Color.parseColor("#2f5539")Accessibility — WCAG contrast
Aa
#2f5539 on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f5539 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green33.3%
Blue22.4%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow32.9%
Key (black)66.7%
Color previews
#2f5539 text on a black background
contrast 2.48:1
Card sample
#2f5539 text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f5539;
Background color
Panel with #2f5539 background
background-color: #2f5539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f5539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 85, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 85, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f5539; background: linear-gradient(135deg, #2f5539, #2F5552);