#2f712f
a dark, soft green · cool · closest name: seagreen
RGB
47, 113, 47
HSL
120°, 41%, 31%
CMYK
58, 0, 58, 56
Luminance
0.1262
Every format
| HEX | #2f712f |
| RGB | rgb(47, 113, 47) |
| HSL | hsl(120, 41%, 31%) |
| CMYK | cmyk(58%, 0%, 58%, 56%) |
| LAB | lab(42.2 -35.5 30.0) |
| LCH | lch(42.2 46.5 139.7) |
| OKLCH | oklch(0.490 0.120 143.5) |
Copy-ready code
/* CSS */
color: #2f712f;
background-color: #2f712f;
/* Tailwind (arbitrary) */
class="text-[#2f712f] bg-[#2f712f]"
/* SCSS */
$brand: #2f712f;
/* SwiftUI */
Color(red: 0.184, green: 0.443, blue: 0.184)
/* Android */
Color.parseColor("#2f712f")Accessibility — WCAG contrast
Aa
#2f712f on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f712f on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green44.3%
Blue18.4%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow58.4%
Key (black)55.7%
Color previews
#2f712f text on a black background
contrast 3.52:1
Card sample
#2f712f text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f712f;
Background color
Panel with #2f712f background
background-color: #2f712f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f712f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 113, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 113, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f712f; background: linear-gradient(135deg, #2f712f, #2F715B);