#2f4f2b
a deep, soft green · cool · closest name: darkslategray
RGB
47, 79, 43
HSL
113°, 30%, 24%
CMYK
41, 0, 46, 69
Luminance
0.0637
Every format
| HEX | #2f4f2b |
| RGB | rgb(47, 79, 43) |
| HSL | hsl(113, 30%, 24%) |
| CMYK | cmyk(41%, 0%, 46%, 69%) |
| LAB | lab(30.3 -20.1 17.6) |
| LCH | lch(30.3 26.7 138.7) |
| OKLCH | oklch(0.392 0.070 141.7) |
Copy-ready code
/* CSS */
color: #2f4f2b;
background-color: #2f4f2b;
/* Tailwind (arbitrary) */
class="text-[#2f4f2b] bg-[#2f4f2b]"
/* SCSS */
$brand: #2f4f2b;
/* SwiftUI */
Color(red: 0.184, green: 0.310, blue: 0.169)
/* Android */
Color.parseColor("#2f4f2b")Accessibility — WCAG contrast
Aa
#2f4f2b on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f4f2b on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green31.0%
Blue16.9%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow45.6%
Key (black)69.0%
Color previews
#2f4f2b text on a black background
contrast 2.27:1
Card sample
#2f4f2b text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f4f2b;
Background color
Panel with #2f4f2b background
background-color: #2f4f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f4f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 79, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 79, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f4f2b; background: linear-gradient(135deg, #2f4f2b, #2B4F3F);