Emerald
#19C873
GreenColor Codes
All color formats for development
HEX
#19C873RGB
rgb(25, 200, 115)HSL
hsl(151, 78%, 44%)OKLCH
oklch(0.733 0.179 154.4)CMYK
cmyk(88%, 0%, 43%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16B468
2#14A05C
3#118C51
4#0F7845
5#0C643A
6#0A502E
7#073C23
8#052817
9#02140C
Tints
Lighter variations
1#1CE182
2#34E690
3#4DE99E
4#66ECAC
5#80EFB9
6#99F2C7
7#B3F6D5
8#CCF9E3
9#E6FCF1
Tones
Muted variations
1#21BF73
2#2AB673
3#33AD72
4#3CA572
5#449C72
6#4D9371
7#568A71
8#5F8271
9#677970
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 #C4F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E68F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C873 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF8;
--emerald-100: #DFFBEE;
--emerald-200: #C4F8DF;
--emerald-300: #97F2C6;
--emerald-400: #60EBA8;
--emerald-500: #33E68F;
--emerald-600: #19C873;
--emerald-700: #149F5C;
--emerald-800: #0E7141;
--emerald-900: #09492A;
--emerald-950: #062D1A;
}