Emerald
#57F4AB
GreenColor Codes
All color formats for development
HEX
#57F4ABRGB
rgb(87, 244, 171)HSL
hsl(152, 88%, 65%)OKLCH
oklch(0.866 0.168 159.3)CMYK
cmyk(64%, 0%, 30%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F29B
2#19F08C
3#0EDA7B
4#0CBB69
5#0A9C58
6#087D46
7#065D35
8#043E23
9#021F12
Tints
Lighter variations
1#68F5B3
2#79F6BC
3#8AF8C4
4#9AF9CD
5#ABFAD5
6#BCFBDD
7#CDFCE6
8#DDFDEE
9#EEFEF7
Tones
Muted variations
1#5FECAA
2#67E5AA
3#6FDDA9
4#77D5A9
5#7ECDA8
6#86C5A8
7#8EBDA7
8#96B5A7
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 #C1FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AB | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD377 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087843 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DDFDEE;
--emerald-200: #C1FBE0;
--emerald-300: #91F8C8;
--emerald-400: #57F4AB;
--emerald-500: #27F193;
--emerald-600: #0DD377;
--emerald-700: #0BA85E;
--emerald-800: #087843;
--emerald-900: #054D2B;
--emerald-950: #03301B;
}