Emerald
#18C9AB
CyanColor Codes
All color formats for development
HEX
#18C9ABRGB
rgb(24, 201, 171)HSL
hsl(170, 79%, 44%)OKLCH
oklch(0.749 0.136 176.5)CMYK
cmyk(88%, 0%, 15%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B59A
2#13A189
3#108D78
4#0E7967
5#0C6456
6#095045
7#073C33
8#052822
9#021411
Tints
Lighter variations
1#1BE2C1
2#33E7C9
3#4CEAD0
4#66EDD6
5#7FF0DD
6#99F3E4
7#B2F6EB
8#CCF9F1
9#E5FCF8
Tones
Muted variations
1#20C0A5
2#29B79F
3#32AE9A
4#3BA594
5#449D8E
6#4D9488
7#568B82
8#5E827C
9#677976
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD5 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF7;
--emerald-200: #C4F8EF;
--emerald-300: #96F3E3;
--emerald-400: #5FECD5;
--emerald-500: #32E7C9;
--emerald-600: #18C9AB;
--emerald-700: #13A088;
--emerald-800: #0D7261;
--emerald-900: #09493E;
--emerald-950: #052E27;
}