Emerald
#57F4A8
GreenColor Codes
All color formats for development
HEX
#57F4A8RGB
rgb(87, 244, 168)HSL
hsl(151, 88%, 65%)OKLCH
oklch(0.866 0.17 158.4)CMYK
cmyk(64%, 0%, 31%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F298
2#19F088
3#0EDA77
4#0CBB66
5#0A9C55
6#087D44
7#065D33
8#043E22
9#021F11
Tints
Lighter variations
1#68F5B1
2#79F6BA
3#8AF8C2
4#9AF9CB
5#ABFAD4
6#BCFBDC
7#CDFCE5
8#DDFDEE
9#EEFEF6
Tones
Muted variations
1#5FECA8
2#67E5A8
3#6FDDA8
4#77D5A7
5#7ECDA7
6#86C5A7
7#8EBDA7
8#96B5A6
9#9EAEA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C6 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F190 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD373 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DDFDEE;
--emerald-200: #C1FBDF;
--emerald-300: #91F8C6;
--emerald-400: #57F4A8;
--emerald-500: #27F190;
--emerald-600: #0DD373;
--emerald-700: #0BA85C;
--emerald-800: #087842;
--emerald-900: #054D2A;
--emerald-950: #03301A;
}