Emerald
#13CD7A
GreenColor Codes
All color formats for development
HEX
#13CD7ARGB
rgb(19, 205, 122)HSL
hsl(153, 83%, 44%)OKLCH
oklch(0.747 0.179 155.6)CMYK
cmyk(91%, 0%, 40%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B96D
2#0FA461
3#0D9055
4#0B7B49
5#0A673D
6#085231
7#063E24
8#042918
9#02150C
Tints
Lighter variations
1#16E789
2#2EEC96
3#48EEA3
4#62F0B0
5#7CF3BE
6#96F5CB
7#B1F8D8
8#CBFAE5
9#E5FDF2
Tones
Muted variations
1#1CC479
2#26BB78
3#2FB177
4#38A876
5#429F75
6#4B9574
7#548C73
8#5E8372
9#677A71
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5C9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0AD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB96 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA361 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DEFCEF;
--emerald-200: #C2F9E1;
--emerald-300: #94F5C9;
--emerald-400: #5CF0AD;
--emerald-500: #2DEB96;
--emerald-600: #13CD7A;
--emerald-700: #0FA361;
--emerald-800: #0B7545;
--emerald-900: #074B2C;
--emerald-950: #042F1C;
}