Emerald
#13CD99
GreenColor Codes
All color formats for development
HEX
#13CD99RGB
rgb(19, 205, 153)HSL
hsl(163, 83%, 44%)OKLCH
oklch(0.754 0.153 166.3)CMYK
cmyk(91%, 0%, 25%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B989
2#0FA47A
3#0D906B
4#0B7B5C
5#0A674C
6#08523D
7#063E2E
8#04291F
9#02150F
Tints
Lighter variations
1#16E7AC
2#2EECB6
3#48EEBF
4#62F0C8
5#7CF3D1
6#96F5DA
7#B1F8E4
8#CBFAED
9#E5FDF6
Tones
Muted variations
1#1CC495
2#26BB90
3#2FB18C
4#38A888
5#429F84
6#4B9580
7#548C7C
8#5E8378
9#677A74
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 #C2F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B37 | 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: #C2F9EA;
--emerald-300: #94F5D9;
--emerald-400: #5CF0C6;
--emerald-500: #2DEBB6;
--emerald-600: #13CD99;
--emerald-700: #0FA379;
--emerald-800: #0B7557;
--emerald-900: #074B37;
--emerald-950: #042F23;
}