Emerald
#18C95E
GreenColor Codes
All color formats for development
HEX
#18C95ERGB
rgb(24, 201, 94)HSL
hsl(144, 79%, 44%)OKLCH
oklch(0.732 0.198 149.6)CMYK
cmyk(88%, 0%, 53%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B555
2#13A14C
3#108D42
4#0E7939
5#0C642F
6#095026
7#073C1C
8#052813
9#021409
Tints
Lighter variations
1#1BE26A
2#33E77B
3#4CEA8B
4#66ED9C
5#7FF0AC
6#99F3BD
7#B2F6CD
8#CCF9DE
9#E5FCEE
Tones
Muted variations
1#20C060
2#29B762
3#32AE64
4#3BA566
5#449D67
6#4D9469
7#568B6B
8#5E826D
9#67796E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC98 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77A | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C95E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7236 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C4F8D9;
--emerald-300: #96F3BB;
--emerald-400: #5FEC98;
--emerald-500: #32E77A;
--emerald-600: #18C95E;
--emerald-700: #13A04B;
--emerald-800: #0D7236;
--emerald-900: #094922;
--emerald-950: #052E15;
}