Emerald
#30E87D
GreenColor Codes
All color formats for development
HEX
#30E87DRGB
rgb(48, 232, 125)HSL
hsl(145, 80%, 55%)OKLCH
oklch(0.82 0.205 151.7)CMYK
cmyk(79%, 0%, 46%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E36D
2#16CA61
3#14B155
4#119749
5#0E7E3D
6#0B6531
7#084C24
8#063218
9#03190C
Tints
Lighter variations
1#45EA8A
2#5AED97
3#6EEFA4
4#83F1B1
5#98F4BE
6#ACF6CB
7#C1F8D8
8#D6FAE5
9#EAFDF2
Tones
Muted variations
1#3ADF7E
2#43D680
3#4CCD82
4#55C383
5#5EBA85
6#68B186
7#71A888
8#7A9F89
9#83958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BD | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED9A | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E87D | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA61 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A14D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7337 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084923 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEB;
--emerald-200: #C3F8D9;
--emerald-300: #95F3BD;
--emerald-400: #5EED9A;
--emerald-500: #30E87D;
--emerald-600: #16CA61;
--emerald-700: #12A14D;
--emerald-800: #0D7337;
--emerald-900: #084923;
--emerald-950: #052E16;
}