Emerald
#13CD80
GreenColor Codes
All color formats for development
HEX
#13CD80RGB
rgb(19, 205, 128)HSL
hsl(155, 83%, 44%)OKLCH
oklch(0.748 0.174 157.3)CMYK
cmyk(91%, 0%, 38%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B973
2#0FA466
3#0D9059
4#0B7B4D
5#0A6740
6#085233
7#063E26
8#04291A
9#02150D
Tints
Lighter variations
1#16E790
2#2EEC9D
3#48EEA9
4#62F0B5
5#7CF3C1
6#96F5CE
7#B1F8DA
8#CBFAE6
9#E5FDF3
Tones
Muted variations
1#1CC47E
2#26BB7D
3#2FB17B
4#38A87A
5#429F78
6#4B9576
7#548C75
8#5E8373
9#677A72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CC | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DEFCF0;
--emerald-200: #C2F9E2;
--emerald-300: #94F5CC;
--emerald-400: #5CF0B2;
--emerald-500: #2DEB9C;
--emerald-600: #13CD80;
--emerald-700: #0FA366;
--emerald-800: #0B7549;
--emerald-900: #074B2E;
--emerald-950: #042F1D;
}