Emerald
#19C879
GreenColor Codes
All color formats for development
HEX
#19C879RGB
rgb(25, 200, 121)HSL
hsl(153, 78%, 44%)OKLCH
oklch(0.734 0.173 156)CMYK
cmyk(88%, 0%, 40%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B46D
2#14A061
3#118C55
4#0F7849
5#0C643C
6#0A5030
7#073C24
8#052818
9#02140C
Tints
Lighter variations
1#1CE188
2#34E696
3#4DE9A3
4#66ECB0
5#80EFBD
6#99F2CA
7#B3F6D8
8#CCF9E5
9#E6FCF2
Tones
Muted variations
1#21BF78
2#2AB677
3#33AD76
4#3CA575
5#449C75
6#4D9374
7#568A73
8#5F8272
9#677971
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E695 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C879 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEF;
--emerald-200: #C4F8E0;
--emerald-300: #97F2C9;
--emerald-400: #60EBAD;
--emerald-500: #33E695;
--emerald-600: #19C879;
--emerald-700: #149F60;
--emerald-800: #0E7145;
--emerald-900: #09492C;
--emerald-950: #062D1B;
}