#2f562f
a dark, soft green · cool · closest name: darkslategray
RGB
47, 86, 47
HSL
120°, 29%, 26%
CMYK
45, 0, 45, 66
Luminance
0.0747
Every format
| HEX | #2f562f |
| RGB | rgb(47, 86, 47) |
| HSL | hsl(120, 29%, 26%) |
| CMYK | cmyk(45%, 0%, 45%, 66%) |
| LAB | lab(32.8 -23.0 18.5) |
| LCH | lch(32.8 29.5 141.2) |
| OKLCH | oklch(0.413 0.077 144.0) |
Copy-ready code
/* CSS */
color: #2f562f;
background-color: #2f562f;
/* Tailwind (arbitrary) */
class="text-[#2f562f] bg-[#2f562f]"
/* SCSS */
$brand: #2f562f;
/* SwiftUI */
Color(red: 0.184, green: 0.337, blue: 0.184)
/* Android */
Color.parseColor("#2f562f")Accessibility — WCAG contrast
Aa
#2f562f on white: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f562f on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green33.7%
Blue18.4%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow45.3%
Key (black)66.3%
Color previews
#2f562f text on a black background
contrast 2.49:1
Card sample
#2f562f text on a white background
contrast 8.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f562f;
Background color
Panel with #2f562f background
background-color: #2f562f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f562f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 86, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 86, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f562f; background: linear-gradient(135deg, #2f562f, #2F5649);