Emerald
#18C956
GreenColor Codes
All color formats for development
HEX
#18C956RGB
rgb(24, 201, 86)HSL
hsl(141, 79%, 44%)OKLCH
oklch(0.731 0.205 148.2)CMYK
cmyk(88%, 0%, 57%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B54D
2#13A144
3#108D3C
4#0E7933
5#0C642B
6#095022
7#073C1A
8#052811
9#021409
Tints
Lighter variations
1#1BE261
2#33E772
3#4CEA83
4#66ED95
5#7FF0A7
6#99F3B8
7#B2F6CA
8#CCF9DC
9#E5FCED
Tones
Muted variations
1#20C058
2#29B75B
3#32AE5E
4#3BA560
5#449D63
6#4D9466
7#568B68
8#5E826B
9#67796E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC91 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E771 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C956 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A044 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7231 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C4F8D6;
--emerald-300: #96F3B6;
--emerald-400: #5FEC91;
--emerald-500: #32E771;
--emerald-600: #18C956;
--emerald-700: #13A044;
--emerald-800: #0D7231;
--emerald-900: #09491F;
--emerald-950: #052E13;
}