#2f6449
a dark, soft green · cool · closest name: darkslategray
RGB
47, 100, 73
HSL
149°, 36%, 29%
CMYK
53, 0, 27, 61
Luminance
0.1020
Every format
| HEX | #2f6449 |
| RGB | rgb(47, 100, 73) |
| HSL | hsl(149, 36%, 29%) |
| CMYK | cmyk(53%, 0%, 27%, 61%) |
| LAB | lab(38.2 -24.7 10.0) |
| LCH | lch(38.2 26.7 157.9) |
| OKLCH | oklch(0.459 0.073 159.4) |
Copy-ready code
/* CSS */
color: #2f6449;
background-color: #2f6449;
/* Tailwind (arbitrary) */
class="text-[#2f6449] bg-[#2f6449]"
/* SCSS */
$brand: #2f6449;
/* SwiftUI */
Color(red: 0.184, green: 0.392, blue: 0.286)
/* Android */
Color.parseColor("#2f6449")Accessibility — WCAG contrast
Aa
#2f6449 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f6449 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green39.2%
Blue28.6%
CMYK percentages
Cyan53.0%
Magenta0.0%
Yellow27.0%
Key (black)60.8%
Color previews
#2f6449 text on a black background
contrast 3.04:1
Card sample
#2f6449 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f6449;
Background color
Panel with #2f6449 background
background-color: #2f6449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f6449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 100, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 100, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f6449; background: linear-gradient(135deg, #2f6449, #2F5C64);