Emerald
#30E880
GreenColor Codes
All color formats for development
HEX
#30E880RGB
rgb(48, 232, 128)HSL
hsl(146, 80%, 55%)OKLCH
oklch(0.82 0.202 152.3)CMYK
cmyk(79%, 0%, 45%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E371
2#16CA64
3#14B158
4#11974B
5#0E7E3F
6#0B6532
7#084C26
8#063219
9#03190D
Tints
Lighter variations
1#45EA8D
2#5AED99
3#6EEFA6
4#83F1B3
5#98F4C0
6#ACF6CC
7#C1F8D9
8#D6FAE6
9#EAFDF2
Tones
Muted variations
1#3ADF81
2#43D682
3#4CCD84
4#55C385
5#5EBA86
6#68B187
7#71A889
8#7A9F8A
9#83958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED9C | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E880 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A150 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084924 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEB;
--emerald-200: #C3F8DA;
--emerald-300: #95F3BE;
--emerald-400: #5EED9C;
--emerald-500: #30E880;
--emerald-600: #16CA64;
--emerald-700: #12A150;
--emerald-800: #0D7339;
--emerald-900: #084924;
--emerald-950: #052E17;
}