Emerald
#47D168
GreenColor Codes
All color formats for development
HEX
#47D168RGB
rgb(71, 209, 104)HSL
hsl(134, 60%, 55%)OKLCH
oklch(0.763 0.188 147.9)CMYK
cmyk(66%, 0%, 50%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CA56
2#2DB44C
3#279D43
4#228739
5#1C7030
6#165A26
7#11431D
8#0B2D13
9#06160A
Tints
Lighter variations
1#5AD677
2#6CDA86
3#7EDF95
4#91E3A4
5#A3E8B3
6#B6EDC2
7#C8F1D2
8#DAF6E1
9#EDFAF0
Tones
Muted variations
1#4ECA6B
2#55C36F
3#5CBC73
4#63B676
5#6AAF7A
6#71A87E
7#78A181
8#7E9A85
9#859389
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B2 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB89 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D168 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB44C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E7;
--emerald-200: #CAF2D3;
--emerald-300: #A1E8B2;
--emerald-400: #70DB89;
--emerald-500: #47D168;
--emerald-600: #2DB44C;
--emerald-700: #248F3D;
--emerald-800: #1A662B;
--emerald-900: #10411C;
--emerald-950: #0A2911;
}