Emerald
#47D14E
GreenColor Codes
All color formats for development
HEX
#47D14ERGB
rgb(71, 209, 78)HSL
hsl(123, 60%, 55%)OKLCH
oklch(0.759 0.209 143.9)CMYK
cmyk(66%, 0%, 63%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CA3A
2#2DB434
3#279D2D
4#228727
5#1C7020
6#165A1A
7#114313
8#0B2D0D
9#061606
Tints
Lighter variations
1#5AD660
2#6CDA72
3#7EDF83
4#91E395
5#A3E8A7
6#B6EDB8
7#C8F1CA
8#DAF6DC
9#EDFAED
Tones
Muted variations
1#4ECA54
2#55C35B
3#5CBC61
4#63B667
5#6AAF6D
6#71A873
7#78A17A
8#7E9A80
9#859386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A5 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB76 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D14E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB434 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104113 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E4;
--emerald-200: #CAF2CC;
--emerald-300: #A1E8A5;
--emerald-400: #70DB76;
--emerald-500: #47D14E;
--emerald-600: #2DB434;
--emerald-700: #248F29;
--emerald-800: #1A661D;
--emerald-900: #104113;
--emerald-950: #0A290C;
}