#2f752f
a dark, soft green · cool · closest name: seagreen
RGB
47, 117, 47
HSL
120°, 43%, 32%
CMYK
60, 0, 60, 54
Luminance
0.1353
Every format
| HEX | #2f752f |
| RGB | rgb(47, 117, 47) |
| HSL | hsl(120, 43%, 32%) |
| CMYK | cmyk(60%, 0%, 60%, 54%) |
| LAB | lab(43.5 -37.1 31.6) |
| LCH | lch(43.5 48.8 139.6) |
| OKLCH | oklch(0.501 0.126 143.4) |
Copy-ready code
/* CSS */
color: #2f752f;
background-color: #2f752f;
/* Tailwind (arbitrary) */
class="text-[#2f752f] bg-[#2f752f]"
/* SCSS */
$brand: #2f752f;
/* SwiftUI */
Color(red: 0.184, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#2f752f")Accessibility — WCAG contrast
Aa
#2f752f on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f752f on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green45.9%
Blue18.4%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow59.8%
Key (black)54.1%
Color previews
#2f752f text on a black background
contrast 3.71:1
Card sample
#2f752f text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f752f;
Background color
Panel with #2f752f background
background-color: #2f752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f752f; background: linear-gradient(135deg, #2f752f, #2F755E);