Emerald
#30E874
GreenColor Codes
All color formats for development
HEX
#30E874RGB
rgb(48, 232, 116)HSL
hsl(142, 80%, 55%)OKLCH
oklch(0.819 0.212 150)CMYK
cmyk(79%, 0%, 50%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E363
2#16CA58
3#14B14D
4#119742
5#0E7E37
6#0B652C
7#084C21
8#063216
9#03190B
Tints
Lighter variations
1#45EA82
2#5AED90
3#6EEF9E
4#83F1AB
5#98F4B9
6#ACF6C7
7#C1F8D5
8#D6FAE3
9#EAFDF1
Tones
Muted variations
1#3ADF76
2#43D679
3#4CCD7B
4#55C37E
5#5EBA80
6#68B182
7#71A885
8#7A9F87
9#83958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B8 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED93 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E874 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A146 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7332 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084920 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C3F8D7;
--emerald-300: #95F3B8;
--emerald-400: #5EED93;
--emerald-500: #30E874;
--emerald-600: #16CA58;
--emerald-700: #12A146;
--emerald-800: #0D7332;
--emerald-900: #084920;
--emerald-950: #052E14;
}