Emerald
#47D15C
GreenColor Codes
All color formats for development
HEX
#47D15CRGB
rgb(71, 209, 92)HSL
hsl(129, 60%, 55%)OKLCH
oklch(0.761 0.198 145.8)CMYK
cmyk(66%, 0%, 56%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CA49
2#2DB441
3#279D39
4#228731
5#1C7029
6#165A21
7#114318
8#0B2D10
9#061608
Tints
Lighter variations
1#5AD66C
2#6CDA7D
3#7EDF8D
4#91E39D
5#A3E8AE
6#B6EDBE
7#C8F1CE
8#DAF6DE
9#EDFAEF
Tones
Muted variations
1#4ECA61
2#55C366
3#5CBC6B
4#63B66F
5#6AAF74
6#71A879
7#78A17E
8#7E9A83
9#859387
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 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AC | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB80 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D15C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB441 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F34 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6625 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104118 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #CAF2D0;
--emerald-300: #A1E8AC;
--emerald-400: #70DB80;
--emerald-500: #47D15C;
--emerald-600: #2DB441;
--emerald-700: #248F34;
--emerald-800: #1A6625;
--emerald-900: #104118;
--emerald-950: #0A290F;
}