Emerald
#18C9B1
CyanColor Codes
All color formats for development
HEX
#18C9B1RGB
rgb(24, 201, 177)HSL
hsl(172, 79%, 44%)OKLCH
oklch(0.75 0.133 179.9)CMYK
cmyk(88%, 0%, 12%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B59F
2#13A18E
3#108D7C
4#0E796A
5#0C6459
6#095047
7#073C35
8#052823
9#021412
Tints
Lighter variations
1#1BE2C8
2#33E7CF
3#4CEAD5
4#66EDDB
5#7FF0E1
6#99F3E7
7#B2F6ED
8#CCF9F3
9#E5FCF9
Tones
Muted variations
1#20C0AB
2#29B7A4
3#32AE9E
4#3BA597
5#449D91
6#4D948A
7#568B84
8#5E827D
9#677977
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD9 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094940 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDFC;
--emerald-100: #DFFBF7;
--emerald-200: #C4F8F1;
--emerald-300: #96F3E6;
--emerald-400: #5FECD9;
--emerald-500: #32E7CF;
--emerald-600: #18C9B1;
--emerald-700: #13A08D;
--emerald-800: #0D7265;
--emerald-900: #094940;
--emerald-950: #052E28;
}