Emerald
#47D178
GreenColor Codes
All color formats for development
HEX
#47D178RGB
rgb(71, 209, 120)HSL
hsl(141, 60%, 55%)OKLCH
oklch(0.765 0.173 151.5)CMYK
cmyk(66%, 0%, 43%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CA68
2#2DB45C
3#279D51
4#228745
5#1C703A
6#165A2E
7#114323
8#0B2D17
9#06160C
Tints
Lighter variations
1#5AD685
2#6CDA93
3#7EDFA0
4#91E3AE
5#A3E8BB
6#B6EDC9
7#C8F1D6
8#DAF6E4
9#EDFAF1
Tones
Muted variations
1#4ECA7A
2#55C37C
3#5CBC7E
4#63B680
5#6AAF82
6#71A884
7#78A186
8#7E9A88
9#85938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BA | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB96 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D178 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB45C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6634 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104121 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EA;
--emerald-200: #CAF2D8;
--emerald-300: #A1E8BA;
--emerald-400: #70DB96;
--emerald-500: #47D178;
--emerald-600: #2DB45C;
--emerald-700: #248F49;
--emerald-800: #1A6634;
--emerald-900: #104121;
--emerald-950: #0A2915;
}