Emerald
#18C967
GreenColor Codes
All color formats for development
HEX
#18C967RGB
rgb(24, 201, 103)HSL
hsl(147, 79%, 44%)OKLCH
oklch(0.734 0.191 151.4)CMYK
cmyk(88%, 0%, 49%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B55D
2#13A153
3#108D48
4#0E793E
5#0C6434
6#095029
7#073C1F
8#052815
9#02140A
Tints
Lighter variations
1#1BE274
2#33E784
3#4CEA93
4#66EDA3
5#7FF0B2
6#99F3C1
7#B2F6D1
8#CCF9E0
9#E5FCF0
Tones
Muted variations
1#20C068
2#29B769
3#32AE6A
4#3BA56B
5#449D6C
6#4D946D
7#568B6E
8#5E826E
9#67796F
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 #C4F8DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9F | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E783 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C967 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A052 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D723B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094926 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEC;
--emerald-200: #C4F8DB;
--emerald-300: #96F3C0;
--emerald-400: #5FEC9F;
--emerald-500: #32E783;
--emerald-600: #18C967;
--emerald-700: #13A052;
--emerald-800: #0D723B;
--emerald-900: #094926;
--emerald-950: #052E17;
}