#47ab49
a balanced, soft green · cool · closest name: forestgreen
RGB
71, 171, 73
HSL
121°, 41%, 48%
CMYK
59, 0, 57, 33
Luminance
0.3095
Every format
| HEX | #47ab49 |
| RGB | rgb(71, 171, 73) |
| HSL | hsl(121, 41%, 48%) |
| CMYK | cmyk(59%, 0%, 57%, 33%) |
| LAB | lab(62.5 -49.1 41.3) |
| LCH | lch(62.5 64.2 140.0) |
| OKLCH | oklch(0.660 0.166 143.7) |
Copy-ready code
/* CSS */
color: #47ab49;
background-color: #47ab49;
/* Tailwind (arbitrary) */
class="text-[#47ab49] bg-[#47ab49]"
/* SCSS */
$brand: #47ab49;
/* SwiftUI */
Color(red: 0.278, green: 0.671, blue: 0.286)
/* Android */
Color.parseColor("#47ab49")Accessibility — WCAG contrast
Aa
#47ab49 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47ab49 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green67.1%
Blue28.6%
CMYK percentages
Cyan58.5%
Magenta0.0%
Yellow57.3%
Key (black)32.9%
Color previews
#47ab49 text on a black background
contrast 7.19:1
Card sample
#47ab49 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47ab49;
Background color
Panel with #47ab49 background
background-color: #47ab49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47ab49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 171, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 171, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47ab49; background: linear-gradient(135deg, #47ab49, #47AB8C);