Emerald
#30E8B7
GreenColor Codes
All color formats for development
HEX
#30E8B7RGB
rgb(48, 232, 183)HSL
hsl(164, 80%, 55%)OKLCH
oklch(0.832 0.157 169.4)CMYK
cmyk(79%, 0%, 21%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3AD
2#16CA9A
3#14B187
4#119774
5#0E7E60
6#0B654D
7#084C3A
8#063227
9#031913
Tints
Lighter variations
1#45EABE
2#5AEDC5
3#6EEFCD
4#83F1D4
5#98F4DB
6#ACF6E2
7#C1F8E9
8#D6FAF1
9#EAFDF8
Tones
Muted variations
1#3ADFB3
2#43D6AF
3#4CCDAA
4#55C3A6
5#5EBAA2
6#68B19D
7#71A899
8#7A9F95
9#839591
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC7 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084938 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C3F8EA;
--emerald-300: #95F3DA;
--emerald-400: #5EEDC7;
--emerald-500: #30E8B7;
--emerald-600: #16CA9A;
--emerald-700: #12A17B;
--emerald-800: #0D7358;
--emerald-900: #084938;
--emerald-950: #052E23;
}