Emerald
#30E88F
GreenColor Codes
All color formats for development
HEX
#30E88FRGB
rgb(48, 232, 143)HSL
hsl(151, 80%, 55%)OKLCH
oklch(0.823 0.189 155.8)CMYK
cmyk(79%, 0%, 38%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19E382
2#16CA73
3#14B165
4#119756
5#0E7E48
6#0B653A
7#084C2B
8#06321D
9#03190E
Tints
Lighter variations
1#45EA9A
2#5AEDA6
3#6EEFB1
4#83F1BC
5#98F4C7
6#ACF6D2
7#C1F8DD
8#D6FAE9
9#EAFDF4
Tones
Muted variations
1#3ADF8F
2#43D68F
3#4CCD8E
4#55C38E
5#5EBA8E
6#68B18D
7#71A88D
8#7A9F8D
9#83958D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E88F | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A15C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7341 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C3F8DF;
--emerald-300: #95F3C6;
--emerald-400: #5EEDA8;
--emerald-500: #30E88F;
--emerald-600: #16CA73;
--emerald-700: #12A15C;
--emerald-800: #0D7341;
--emerald-900: #08492A;
--emerald-950: #052E1A;
}