Emerald
#30E871
GreenColor Codes
All color formats for development
HEX
#30E871RGB
rgb(48, 232, 113)HSL
hsl(141, 80%, 55%)OKLCH
oklch(0.818 0.215 149.5)CMYK
cmyk(79%, 0%, 51%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E360
2#16CA55
3#14B14B
4#119740
5#0E7E35
6#0B652B
7#084C20
8#063215
9#03190B
Tints
Lighter variations
1#45EA7F
2#5AED8D
3#6EEF9B
4#83F1AA
5#98F4B8
6#ACF6C6
7#C1F8D4
8#D6FAE3
9#EAFDF1
Tones
Muted variations
1#3ADF73
2#43D676
3#4CCD79
4#55C37C
5#5EBA7E
6#68B181
7#71A884
8#7A9F87
9#839589
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED90 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E871 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A144 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7330 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C3F8D6;
--emerald-300: #95F3B6;
--emerald-400: #5EED90;
--emerald-500: #30E871;
--emerald-600: #16CA55;
--emerald-700: #12A144;
--emerald-800: #0D7330;
--emerald-900: #08491F;
--emerald-950: #052E13;
}