#2f6549
a dark, soft green · cool · closest name: darkslategray
RGB
47, 101, 73
HSL
149°, 37%, 29%
CMYK
54, 0, 28, 60
Luminance
0.1039
Every format
| HEX | #2f6549 |
| RGB | rgb(47, 101, 73) |
| HSL | hsl(149, 37%, 29%) |
| CMYK | cmyk(54%, 0%, 28%, 60%) |
| LAB | lab(38.5 -25.2 10.5) |
| LCH | lch(38.5 27.3 157.4) |
| OKLCH | oklch(0.461 0.074 158.9) |
Copy-ready code
/* CSS */
color: #2f6549;
background-color: #2f6549;
/* Tailwind (arbitrary) */
class="text-[#2f6549] bg-[#2f6549]"
/* SCSS */
$brand: #2f6549;
/* SwiftUI */
Color(red: 0.184, green: 0.396, blue: 0.286)
/* Android */
Color.parseColor("#2f6549")Accessibility — WCAG contrast
Aa
#2f6549 on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f6549 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green39.6%
Blue28.6%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow27.7%
Key (black)60.4%
Color previews
#2f6549 text on a black background
contrast 3.08:1
Card sample
#2f6549 text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f6549;
Background color
Panel with #2f6549 background
background-color: #2f6549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f6549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 101, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 101, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f6549; background: linear-gradient(135deg, #2f6549, #2F5D65);