#2f7b49
a dark, soft green · cool · closest name: seagreen
RGB
47, 123, 73
HSL
141°, 45%, 33%
CMYK
62, 0, 41, 52
Luminance
0.1525
Every format
| HEX | #2f7b49 |
| RGB | rgb(47, 123, 73) |
| HSL | hsl(141, 45%, 33%) |
| CMYK | cmyk(62%, 0%, 41%, 52%) |
| LAB | lab(46.0 -35.4 20.6) |
| LCH | lch(46.0 41.0 149.9) |
| OKLCH | oklch(0.522 0.109 151.9) |
Copy-ready code
/* CSS */
color: #2f7b49;
background-color: #2f7b49;
/* Tailwind (arbitrary) */
class="text-[#2f7b49] bg-[#2f7b49]"
/* SCSS */
$brand: #2f7b49;
/* SwiftUI */
Color(red: 0.184, green: 0.482, blue: 0.286)
/* Android */
Color.parseColor("#2f7b49")Accessibility — WCAG contrast
Aa
#2f7b49 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f7b49 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green48.2%
Blue28.6%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow40.7%
Key (black)51.8%
Color previews
#2f7b49 text on a black background
contrast 4.05:1
Card sample
#2f7b49 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f7b49;
Background color
Panel with #2f7b49 background
background-color: #2f7b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f7b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 123, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 123, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f7b49; background: linear-gradient(135deg, #2f7b49, #2F7A7B);