Emerald
#18C9AE
CyanColor Codes
All color formats for development
HEX
#18C9AERGB
rgb(24, 201, 174)HSL
hsl(171, 79%, 44%)OKLCH
oklch(0.75 0.135 178.2)CMYK
cmyk(88%, 0%, 13%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B59D
2#13A18B
3#108D7A
4#0E7969
5#0C6457
6#095046
7#073C34
8#052823
9#021411
Tints
Lighter variations
1#1BE2C4
2#33E7CC
3#4CEAD2
4#66EDD9
5#7FF0DF
6#99F3E5
7#B2F6EC
8#CCF9F2
9#E5FCF9
Tones
Muted variations
1#20C0A8
2#29B7A2
3#32AE9C
4#3BA595
5#449D8F
6#4D9489
7#568B83
8#5E827D
9#677976
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 #C4F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E5 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD7 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A08B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493F | 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: #C4F8F0;
--emerald-300: #96F3E5;
--emerald-400: #5FECD7;
--emerald-500: #32E7CC;
--emerald-600: #18C9AE;
--emerald-700: #13A08B;
--emerald-800: #0D7263;
--emerald-900: #09493F;
--emerald-950: #052E28;
}