Emerald
#30E87A
GreenColor Codes
All color formats for development
HEX
#30E87ARGB
rgb(48, 232, 122)HSL
hsl(144, 80%, 55%)OKLCH
oklch(0.819 0.207 151.1)CMYK
cmyk(79%, 0%, 47%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E36A
2#16CA5E
3#14B152
4#119747
5#0E7E3B
6#0B652F
7#084C23
8#063218
9#03190C
Tints
Lighter variations
1#45EA87
2#5AED95
3#6EEFA2
4#83F1AF
5#98F4BC
6#ACF6CA
7#C1F8D7
8#D6FAE4
9#EAFDF2
Tones
Muted variations
1#3ADF7C
2#43D67E
3#4CCD7F
4#55C381
5#5EBA83
6#68B185
7#71A887
8#7A9F89
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 #C3F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED97 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E87A | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A14B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7336 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084922 | 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: #C3F8D9;
--emerald-300: #95F3BB;
--emerald-400: #5EED97;
--emerald-500: #30E87A;
--emerald-600: #16CA5E;
--emerald-700: #12A14B;
--emerald-800: #0D7336;
--emerald-900: #084922;
--emerald-950: #052E15;
}