Emerald
#18C9A8
CyanColor Codes
All color formats for development
HEX
#18C9A8RGB
rgb(24, 201, 168)HSL
hsl(169, 79%, 44%)OKLCH
oklch(0.748 0.138 174.9)CMYK
cmyk(88%, 0%, 16%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B598
2#13A187
3#108D76
4#0E7965
5#0C6454
6#095043
7#073C33
8#052822
9#021411
Tints
Lighter variations
1#1BE2BE
2#33E7C6
3#4CEACD
4#66EDD4
5#7FF0DB
6#99F3E2
7#B2F6EA
8#CCF9F1
9#E5FCF8
Tones
Muted variations
1#20C0A3
2#29B79D
3#32AE97
4#3BA592
5#449D8C
6#4D9487
7#568B81
8#5E827B
9#677976
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFB;
--emerald-100: #DFFBF6;
--emerald-200: #C4F8EE;
--emerald-300: #96F3E2;
--emerald-400: #5FECD2;
--emerald-500: #32E7C6;
--emerald-600: #18C9A8;
--emerald-700: #13A086;
--emerald-800: #0D7260;
--emerald-900: #09493D;
--emerald-950: #052E26;
}