Emerald
#30E846
GreenColor Codes
All color formats for development
HEX
#30E846RGB
rgb(48, 232, 70)HSL
hsl(127, 80%, 55%)OKLCH
oklch(0.813 0.246 144.2)CMYK
cmyk(79%, 0%, 70%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E331
2#16CA2B
3#14B126
4#119721
5#0E7E1B
6#0B6516
7#084C10
8#06320B
9#031905
Tints
Lighter variations
1#45EA58
2#5AED6B
3#6EEF7D
4#83F190
5#98F4A2
6#ACF6B5
7#C1F8C7
8#D6FADA
9#EAFDEC
Tones
Muted variations
1#3ADF4D
2#43D654
3#4CCD5B
4#55C362
5#5EBA69
6#68B170
7#71A877
8#7A9F7E
9#839585
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3A0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED6F | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E846 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A123 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7319 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084910 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE2;
--emerald-200: #C3F8CA;
--emerald-300: #95F3A0;
--emerald-400: #5EED6F;
--emerald-500: #30E846;
--emerald-600: #16CA2B;
--emerald-700: #12A123;
--emerald-800: #0D7319;
--emerald-900: #084910;
--emerald-950: #052E0A;
}