Emerald
#47D161
GreenColor Codes
All color formats for development
HEX
#47D161RGB
rgb(71, 209, 97)HSL
hsl(131, 60%, 55%)OKLCH
oklch(0.762 0.194 146.7)CMYK
cmyk(66%, 0%, 54%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CA4E
2#2DB446
3#279D3D
4#228734
5#1C702B
6#165A23
7#11431A
8#0B2D11
9#061609
Tints
Lighter variations
1#5AD670
2#6CDA80
3#7EDF90
4#91E3A0
5#A3E8B0
6#B6EDC0
7#C8F1CF
8#DAF6DF
9#EDFAEF
Tones
Muted variations
1#4ECA65
2#55C369
3#5CBC6E
4#63B672
5#6AAF76
6#71A87B
7#78A17F
8#7E9A84
9#859388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AE | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB84 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D161 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB446 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6628 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104119 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #CAF2D1;
--emerald-300: #A1E8AE;
--emerald-400: #70DB84;
--emerald-500: #47D161;
--emerald-600: #2DB446;
--emerald-700: #248F37;
--emerald-800: #1A6628;
--emerald-900: #104119;
--emerald-950: #0A2910;
}