Emerald
#30E8A2
GreenColor Codes
All color formats for development
HEX
#30E8A2RGB
rgb(48, 232, 162)HSL
hsl(157, 80%, 55%)OKLCH
oklch(0.827 0.173 161.4)CMYK
cmyk(79%, 0%, 30%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E396
2#16CA85
3#14B175
4#119764
5#0E7E53
6#0B6543
7#084C32
8#063221
9#031911
Tints
Lighter variations
1#45EAAB
2#5AEDB4
3#6EEFBE
4#83F1C7
5#98F4D0
6#ACF6DA
7#C1F8E3
8#D6FAEC
9#EAFDF6
Tones
Muted variations
1#3ADFA0
2#43D69D
3#4CCD9B
4#55C399
5#5EBA97
6#68B195
7#71A893
8#7A9F91
9#83958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3CF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDB6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A16A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D734C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084930 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C3F8E4;
--emerald-300: #95F3CF;
--emerald-400: #5EEDB6;
--emerald-500: #30E8A2;
--emerald-600: #16CA85;
--emerald-700: #12A16A;
--emerald-800: #0D734C;
--emerald-900: #084930;
--emerald-950: #052E1E;
}