Emerald
#18C961
GreenColor Codes
All color formats for development
HEX
#18C961RGB
rgb(24, 201, 97)HSL
hsl(145, 79%, 44%)OKLCH
oklch(0.733 0.196 150.2)CMYK
cmyk(88%, 0%, 52%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B558
2#13A14E
3#108D44
4#0E793A
5#0C6431
6#095027
7#073C1D
8#052813
9#02140A
Tints
Lighter variations
1#1BE26E
2#33E77E
3#4CEA8E
4#66ED9E
5#7FF0AE
6#99F3BE
7#B2F6CF
8#CCF9DF
9#E5FCEF
Tones
Muted variations
1#20C063
2#29B764
3#32AE66
4#3BA567
5#449D69
6#4D946A
7#568B6C
8#5E826D
9#67796F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9A | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C961 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7237 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEB;
--emerald-200: #C4F8D9;
--emerald-300: #96F3BD;
--emerald-400: #5FEC9A;
--emerald-500: #32E77D;
--emerald-600: #18C961;
--emerald-700: #13A04D;
--emerald-800: #0D7237;
--emerald-900: #094923;
--emerald-950: #052E16;
}