Emerald
#13CD8F
GreenColor Codes
All color formats for development
HEX
#13CD8FRGB
rgb(19, 205, 143)HSL
hsl(160, 83%, 44%)OKLCH
oklch(0.751 0.161 162.3)CMYK
cmyk(91%, 0%, 30%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B981
2#0FA473
3#0D9064
4#0B7B56
5#0A6748
6#085239
7#063E2B
8#04291D
9#02150E
Tints
Lighter variations
1#16E7A1
2#2EECAC
3#48EEB7
4#62F0C1
5#7CF3CB
6#96F5D6
7#B1F8E0
8#CBFAEA
9#E5FDF5
Tones
Muted variations
1#1CC48C
2#26BB89
3#2FB186
4#38A883
5#429F80
6#4B957D
7#548C7A
8#5E8376
9#677A73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BE | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DEFCF2;
--emerald-200: #C2F9E7;
--emerald-300: #94F5D5;
--emerald-400: #5CF0BE;
--emerald-500: #2DEBAC;
--emerald-600: #13CD8F;
--emerald-700: #0FA372;
--emerald-800: #0B7551;
--emerald-900: #074B34;
--emerald-950: #042F21;
}