Emerald
#30E895
GreenColor Codes
All color formats for development
HEX
#30E895RGB
rgb(48, 232, 149)HSL
hsl(153, 80%, 55%)OKLCH
oklch(0.824 0.184 157.5)CMYK
cmyk(79%, 0%, 36%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E388
2#16CA79
3#14B16A
4#11975B
5#0E7E4C
6#0B653D
7#084C2D
8#06321E
9#03190F
Tints
Lighter variations
1#45EAA0
2#5AEDAB
3#6EEFB5
4#83F1C0
5#98F4CA
6#ACF6D5
7#C1F8DF
8#D6FAEA
9#EAFDF4
Tones
Muted variations
1#3ADF95
2#43D694
3#4CCD93
4#55C392
5#5EBA91
6#68B190
7#71A88F
8#7A9F8E
9#83958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDAD | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E895 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A160 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEF;
--emerald-200: #C3F8E1;
--emerald-300: #95F3C9;
--emerald-400: #5EEDAD;
--emerald-500: #30E895;
--emerald-600: #16CA79;
--emerald-700: #12A160;
--emerald-800: #0D7345;
--emerald-900: #08492C;
--emerald-950: #052E1C;
}