Emerald
#19C876
GreenColor Codes
All color formats for development
HEX
#19C876RGB
rgb(25, 200, 118)HSL
hsl(152, 78%, 44%)OKLCH
oklch(0.734 0.176 155.2)CMYK
cmyk(88%, 0%, 41%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B46A
2#14A05E
3#118C53
4#0F7847
5#0C643B
6#0A502F
7#073C23
8#052818
9#02140C
Tints
Lighter variations
1#1CE185
2#34E693
3#4DE9A0
4#66ECAE
5#80EFBB
6#99F2C9
7#B3F6D6
8#CCF9E4
9#E6FCF1
Tones
Muted variations
1#21BF75
2#2AB675
3#33AD74
4#3CA574
5#449C73
6#4D9373
7#568A72
8#5F8271
9#677971
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAA | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E692 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C876 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492B | 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: #DFFBEE;
--emerald-200: #C4F8E0;
--emerald-300: #97F2C7;
--emerald-400: #60EBAA;
--emerald-500: #33E692;
--emerald-600: #19C876;
--emerald-700: #149F5E;
--emerald-800: #0E7143;
--emerald-900: #09492B;
--emerald-950: #062D1B;
}