Emerald
#18C988
GreenColor Codes
All color formats for development
HEX
#18C988RGB
rgb(24, 201, 136)HSL
hsl(158, 79%, 44%)OKLCH
oklch(0.74 0.162 160.7)CMYK
cmyk(88%, 0%, 32%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B57A
2#13A16D
3#108D5F
4#0E7952
5#0C6444
6#095036
7#073C29
8#05281B
9#02140E
Tints
Lighter variations
1#1BE299
2#33E7A5
3#4CEAB0
4#66EDBB
5#7FF0C7
6#99F3D2
7#B2F6DD
8#CCF9E8
9#E5FCF4
Tones
Muted variations
1#20C085
2#29B783
3#32AE81
4#3BA57E
5#449D7C
6#4D947A
7#568B77
8#5E8275
9#677973
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A06C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D724D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF1;
--emerald-200: #C4F8E5;
--emerald-300: #96F3D1;
--emerald-400: #5FECB9;
--emerald-500: #32E7A4;
--emerald-600: #18C988;
--emerald-700: #13A06C;
--emerald-800: #0D724D;
--emerald-900: #094931;
--emerald-950: #052E1F;
}