Emerald
#18C99D
CyanColor Codes
All color formats for development
HEX
#18C99DRGB
rgb(24, 201, 157)HSL
hsl(165, 79%, 44%)OKLCH
oklch(0.745 0.145 169.3)CMYK
cmyk(88%, 0%, 22%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B58D
2#13A17D
3#108D6E
4#0E795E
5#0C644E
6#09503F
7#073C2F
8#05281F
9#021410
Tints
Lighter variations
1#1BE2B0
2#33E7BA
3#4CEAC3
4#66EDCB
5#7FF0D4
6#99F3DC
7#B2F6E5
8#CCF9EE
9#E5FCF6
Tones
Muted variations
1#20C098
2#29B794
3#32AE8F
4#3BA58B
5#449D86
6#4D9482
7#568B7D
8#5E8279
9#677975
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DC | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A07D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFA;
--emerald-100: #DFFBF4;
--emerald-200: #C4F8EB;
--emerald-300: #96F3DC;
--emerald-400: #5FECC9;
--emerald-500: #32E7BA;
--emerald-600: #18C99D;
--emerald-700: #13A07D;
--emerald-800: #0D7259;
--emerald-900: #094939;
--emerald-950: #052E24;
}