Emerald
#30E868
GreenColor Codes
All color formats for development
HEX
#30E868RGB
rgb(48, 232, 104)HSL
hsl(138, 80%, 55%)OKLCH
oklch(0.817 0.222 148.1)CMYK
cmyk(79%, 0%, 55%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E356
2#16CA4C
3#14B143
4#119739
5#0E7E30
6#0B6526
7#084C1D
8#063213
9#03190A
Tints
Lighter variations
1#45EA77
2#5AED86
3#6EEF95
4#83F1A4
5#98F4B3
6#ACF6C2
7#C1F8D2
8#D6FAE1
9#EAFDF0
Tones
Muted variations
1#3ADF6B
2#43D66F
3#4CCD73
4#55C376
5#5EBA7A
6#68B17E
7#71A881
8#7A9F85
9#839589
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 #C3F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED89 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E868 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491C | 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: #C3F8D3;
--emerald-300: #95F3B2;
--emerald-400: #5EED89;
--emerald-500: #30E868;
--emerald-600: #16CA4C;
--emerald-700: #12A13D;
--emerald-800: #0D732B;
--emerald-900: #08491C;
--emerald-950: #052E11;
}