Emerald
#13CD95
GreenColor Codes
All color formats for development
HEX
#13CD95RGB
rgb(19, 205, 149)HSL
hsl(162, 83%, 44%)OKLCH
oklch(0.753 0.156 164.7)CMYK
cmyk(91%, 0%, 27%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B987
2#0FA478
3#0D9069
4#0B7B5A
5#0A674B
6#08523C
7#063E2D
8#04291E
9#02150F
Tints
Lighter variations
1#16E7A8
2#2EECB3
3#48EEBC
4#62F0C6
5#7CF3CF
6#96F5D9
7#B1F8E2
8#CBFAEC
9#E5FDF5
Tones
Muted variations
1#1CC492
2#26BB8E
3#2FB18A
4#38A887
5#429F83
6#4B957F
7#548C7B
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 #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B36 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DEFCF3;
--emerald-200: #C2F9E9;
--emerald-300: #94F5D8;
--emerald-400: #5CF0C3;
--emerald-500: #2DEBB2;
--emerald-600: #13CD95;
--emerald-700: #0FA377;
--emerald-800: #0B7555;
--emerald-900: #074B36;
--emerald-950: #042F22;
}