Emerald
#13CD9C
GreenColor Codes
All color formats for development
HEX
#13CD9CRGB
rgb(19, 205, 156)HSL
hsl(164, 83%, 44%)OKLCH
oklch(0.754 0.151 167.6)CMYK
cmyk(91%, 0%, 24%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B98C
2#0FA47D
3#0D906D
4#0B7B5D
5#0A674E
6#08523E
7#063E2F
8#04291F
9#021510
Tints
Lighter variations
1#16E7AF
2#2EECB9
3#48EEC2
4#62F0CB
5#7CF3D3
6#96F5DC
7#B1F8E5
8#CBFAEE
9#E5FDF6
Tones
Muted variations
1#1CC497
2#26BB93
3#2FB18F
4#38A88A
5#429F86
6#4B9582
7#548C7D
8#5E8379
9#677A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B39 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DEFCF4;
--emerald-200: #C2F9EB;
--emerald-300: #94F5DB;
--emerald-400: #5CF0C8;
--emerald-500: #2DEBB9;
--emerald-600: #13CD9C;
--emerald-700: #0FA37C;
--emerald-800: #0B7558;
--emerald-900: #074B39;
--emerald-950: #042F23;
}