Emerald
#30E877
GreenColor Codes
All color formats for development
HEX
#30E877RGB
rgb(48, 232, 119)HSL
hsl(143, 80%, 55%)OKLCH
oklch(0.819 0.21 150.6)CMYK
cmyk(79%, 0%, 49%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E367
2#16CA5B
3#14B150
4#119744
5#0E7E39
6#0B652E
7#084C22
8#063217
9#03190B
Tints
Lighter variations
1#45EA84
2#5AED92
3#6EEFA0
4#83F1AD
5#98F4BB
6#ACF6C9
7#C1F8D6
8#D6FAE4
9#EAFDF1
Tones
Muted variations
1#3ADF79
2#43D67B
3#4CCD7D
4#55C37F
5#5EBA82
6#68B184
7#71A886
8#7A9F88
9#83958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED95 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E877 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A149 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084921 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C3F8D8;
--emerald-300: #95F3B9;
--emerald-400: #5EED95;
--emerald-500: #30E877;
--emerald-600: #16CA5B;
--emerald-700: #12A149;
--emerald-800: #0D7334;
--emerald-900: #084921;
--emerald-950: #052E15;
}