Emerald
#18C97F
GreenColor Codes
All color formats for development
HEX
#18C97FRGB
rgb(24, 201, 127)HSL
hsl(155, 79%, 44%)OKLCH
oklch(0.738 0.169 157.7)CMYK
cmyk(88%, 0%, 37%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B572
2#13A166
3#108D59
4#0E794C
5#0C643F
6#095033
7#073C26
8#052819
9#02140D
Tints
Lighter variations
1#1BE28F
2#33E79C
3#4CEAA8
4#66EDB5
5#7FF0C1
6#99F3CD
7#B2F6DA
8#CCF9E6
9#E5FCF3
Tones
Muted variations
1#20C07D
2#29B77C
3#32AE7B
4#3BA579
5#449D78
6#4D9476
7#568B75
8#5E8273
9#677972
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3CC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECB2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E79B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C97F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7248 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBF0;
--emerald-200: #C4F8E2;
--emerald-300: #96F3CC;
--emerald-400: #5FECB2;
--emerald-500: #32E79B;
--emerald-600: #18C97F;
--emerald-700: #13A065;
--emerald-800: #0D7248;
--emerald-900: #09492E;
--emerald-950: #052E1D;
}