Emerald
#18C96A
GreenColor Codes
All color formats for development
HEX
#18C96ARGB
rgb(24, 201, 106)HSL
hsl(148, 79%, 44%)OKLCH
oklch(0.734 0.188 152.1)CMYK
cmyk(88%, 0%, 47%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B560
2#13A155
3#108D4A
4#0E7940
5#0C6435
6#09502B
7#073C20
8#052815
9#02140B
Tints
Lighter variations
1#1BE278
2#33E787
3#4CEA96
4#66EDA5
5#7FF0B4
6#99F3C3
7#B2F6D2
8#CCF9E1
9#E5FCF0
Tones
Muted variations
1#20C06B
2#29B76B
3#32AE6C
4#3BA56D
5#449D6D
6#4D946E
7#568B6E
8#5E826F
9#677970
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA1 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E786 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C96A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A055 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D723C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094927 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEC;
--emerald-200: #C4F8DC;
--emerald-300: #96F3C1;
--emerald-400: #5FECA1;
--emerald-500: #32E786;
--emerald-600: #18C96A;
--emerald-700: #13A055;
--emerald-800: #0D723C;
--emerald-900: #094927;
--emerald-950: #052E18;
}