Emerald
#30E864
GreenColor Codes
All color formats for development
HEX
#30E864RGB
rgb(48, 232, 100)HSL
hsl(137, 80%, 55%)OKLCH
oklch(0.816 0.226 147.5)CMYK
cmyk(79%, 0%, 57%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E352
2#16CA49
3#14B140
4#119737
5#0E7E2E
6#0B6525
7#084C1B
8#063212
9#031909
Tints
Lighter variations
1#45EA74
2#5AED83
3#6EEF93
4#83F1A2
5#98F4B2
6#ACF6C1
7#C1F8D1
8#D6FAE0
9#EAFDF0
Tones
Muted variations
1#3ADF68
2#43D66C
3#4CCD70
4#55C374
5#5EBA78
6#68B17C
7#71A880
8#7A9F84
9#839588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED87 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E864 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE7;
--emerald-200: #C3F8D2;
--emerald-300: #95F3B0;
--emerald-400: #5EED87;
--emerald-500: #30E864;
--emerald-600: #16CA49;
--emerald-700: #12A13A;
--emerald-800: #0D732A;
--emerald-900: #08491B;
--emerald-950: #052E11;
}