Emerald
#30E8B1
GreenColor Codes
All color formats for development
HEX
#30E8B1RGB
rgb(48, 232, 177)HSL
hsl(162, 80%, 55%)OKLCH
oklch(0.83 0.161 166.9)CMYK
cmyk(79%, 0%, 24%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E3A7
2#16CA94
3#14B182
4#11976F
5#0E7E5D
6#0B654A
7#084C38
8#063225
9#031913
Tints
Lighter variations
1#45EAB9
2#5AEDC1
3#6EEFC8
4#83F1D0
5#98F4D8
6#ACF6E0
7#C1F8E8
8#D6FAEF
9#EAFDF7
Tones
Muted variations
1#3ADFAD
2#43D6AA
3#4CCDA6
4#55C3A2
5#5EBA9F
6#68B19B
7#71A897
8#7A9F94
9#839590
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3D7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC2 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7354 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084936 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF3;
--emerald-200: #C3F8E8;
--emerald-300: #95F3D7;
--emerald-400: #5EEDC2;
--emerald-500: #30E8B1;
--emerald-600: #16CA94;
--emerald-700: #12A176;
--emerald-800: #0D7354;
--emerald-900: #084936;
--emerald-950: #052E22;
}