Emerald
#47D193
GreenColor Codes
All color formats for development
HEX
#47D193RGB
rgb(71, 209, 147)HSL
hsl(153, 60%, 55%)OKLCH
oklch(0.771 0.149 160)CMYK
cmyk(66%, 0%, 30%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CA86
2#2DB477
3#279D68
4#228759
5#1C704A
6#165A3B
7#11432D
8#0B2D1E
9#06160F
Tints
Lighter variations
1#5AD69E
2#6CDAA9
3#7EDFB3
4#91E3BE
5#A3E8C9
6#B6EDD4
7#C8F1DF
8#DAF6E9
9#EDFAF4
Tones
Muted variations
1#4ECA92
2#55C392
3#5CBC91
4#63B690
5#6AAF90
6#71A88F
7#78A18E
8#7E9A8E
9#85938D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBAB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6644 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EE;
--emerald-200: #CAF2E0;
--emerald-300: #A1E8C8;
--emerald-400: #70DBAB;
--emerald-500: #47D193;
--emerald-600: #2DB477;
--emerald-700: #248F5F;
--emerald-800: #1A6644;
--emerald-900: #10412B;
--emerald-950: #0A291B;
}