#47752f
a dark, soft green · cool · closest name: seagreen
RGB
71, 117, 47
HSL
99°, 43%, 32%
CMYK
39, 0, 60, 54
Luminance
0.1427
Every format
| HEX | #47752f |
| RGB | rgb(71, 117, 47) |
| HSL | hsl(99, 43%, 32%) |
| CMYK | cmyk(39%, 0%, 60%, 54%) |
| LAB | lab(44.6 -29.4 33.2) |
| LCH | lch(44.6 44.4 131.6) |
| OKLCH | oklch(0.512 0.113 136.2) |
Copy-ready code
/* CSS */
color: #47752f;
background-color: #47752f;
/* Tailwind (arbitrary) */
class="text-[#47752f] bg-[#47752f]"
/* SCSS */
$brand: #47752f;
/* SwiftUI */
Color(red: 0.278, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#47752f")Accessibility — WCAG contrast
Aa
#47752f on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#47752f on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green45.9%
Blue18.4%
CMYK percentages
Cyan39.3%
Magenta0.0%
Yellow59.8%
Key (black)54.1%
Color previews
#47752f text on a black background
contrast 3.85:1
Card sample
#47752f text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47752f;
Background color
Panel with #47752f background
background-color: #47752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47752f; background: linear-gradient(135deg, #47752f, #2F7546);