#47762f
a dark, soft green · cool · closest name: seagreen
RGB
71, 118, 47
HSL
100°, 43%, 32%
CMYK
40, 0, 60, 54
Luminance
0.1450
Every format
| HEX | #47762f |
| RGB | rgb(71, 118, 47) |
| HSL | hsl(100, 43%, 32%) |
| CMYK | cmyk(40%, 0%, 60%, 54%) |
| LAB | lab(44.9 -29.9 33.5) |
| LCH | lch(44.9 45.0 131.7) |
| OKLCH | oklch(0.515 0.114 136.4) |
Copy-ready code
/* CSS */
color: #47762f;
background-color: #47762f;
/* Tailwind (arbitrary) */
class="text-[#47762f] bg-[#47762f]"
/* SCSS */
$brand: #47762f;
/* SwiftUI */
Color(red: 0.278, green: 0.463, blue: 0.184)
/* Android */
Color.parseColor("#47762f")Accessibility — WCAG contrast
Aa
#47762f on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#47762f on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green46.3%
Blue18.4%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow60.2%
Key (black)53.7%
Color previews
#47762f text on a black background
contrast 3.90:1
Card sample
#47762f text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47762f;
Background color
Panel with #47762f background
background-color: #47762f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47762f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 118, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 118, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47762f; background: linear-gradient(135deg, #47762f, #2F7646);