Emerald
#0DD39E
GreenColor Codes
All color formats for development
HEX
#0DD39ERGB
rgb(13, 211, 158)HSL
hsl(164, 88%, 44%)OKLCH
oklch(0.77 0.157 166.6)CMYK
cmyk(94%, 0%, 25%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBE8E
2#0BA97F
3#09946F
4#087F5F
5#07694F
6#05543F
7#043F2F
8#032A20
9#011510
Tints
Lighter variations
1#0FEEB2
2#28F1BC
3#43F3C4
4#5EF5CD
5#79F6D5
6#94F8DD
7#AEFAE6
8#C9FCEE
9#E4FDF7
Tones
Muted variations
1#17C99A
2#21BF95
3#2BB590
4#35AB8C
5#3FA287
6#499883
7#538E7E
8#5C8479
9#667A75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785A | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DDFDF4;
--emerald-200: #C1FBEB;
--emerald-300: #91F8DC;
--emerald-400: #57F4CA;
--emerald-500: #27F1BB;
--emerald-600: #0DD39E;
--emerald-700: #0BA87E;
--emerald-800: #08785A;
--emerald-900: #054D3A;
--emerald-950: #033024;
}