Emerald
#19C882
GreenColor Codes
All color formats for development
HEX
#19C882RGB
rgb(25, 200, 130)HSL
hsl(156, 78%, 44%)OKLCH
oklch(0.736 0.165 158.8)CMYK
cmyk(88%, 0%, 35%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B475
2#14A068
3#118C5B
4#0F784E
5#0C6441
6#0A5034
7#073C27
8#05281A
9#02140D
Tints
Lighter variations
1#1CE192
2#34E69F
3#4DE9AB
4#66ECB7
5#80EFC3
6#99F2CF
7#B3F6DB
8#CCF9E7
9#E6FCF3
Tones
Muted variations
1#21BF80
2#2AB67E
3#33AD7C
4#3CA57B
5#449C79
6#4D9377
7#568A75
8#5F8274
9#677972
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF9;
--emerald-100: #DFFBF0;
--emerald-200: #C4F8E3;
--emerald-300: #97F2CD;
--emerald-400: #60EBB4;
--emerald-500: #33E69E;
--emerald-600: #19C882;
--emerald-700: #149F67;
--emerald-800: #0E714A;
--emerald-900: #09492F;
--emerald-950: #062D1D;
}