Emerald
#18C9A5
CyanColor Codes
All color formats for development
HEX
#18C9A5RGB
rgb(24, 201, 165)HSL
hsl(168, 79%, 44%)OKLCH
oklch(0.747 0.14 173.3)CMYK
cmyk(88%, 0%, 18%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B595
2#13A184
3#108D74
4#0E7963
5#0C6453
6#095042
7#073C32
8#052821
9#021411
Tints
Lighter variations
1#1BE2BA
2#33E7C3
3#4CEACA
4#66EDD2
5#7FF0D9
6#99F3E1
7#B2F6E8
8#CCF9F0
9#E5FCF7
Tones
Muted variations
1#20C0A0
2#29B79B
3#32AE95
4#3BA590
5#449D8B
6#4D9485
7#568B80
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 #96F3E0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD0 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D725E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493C | 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: #96F3E0;
--emerald-400: #5FECD0;
--emerald-500: #32E7C3;
--emerald-600: #18C9A5;
--emerald-700: #13A084;
--emerald-800: #0D725E;
--emerald-900: #09493C;
--emerald-950: #052E26;
}