Emerald
#0DD38E
GreenColor Codes
All color formats for development
HEX
#0DD38ERGB
rgb(13, 211, 142)HSL
hsl(159, 88%, 44%)OKLCH
oklch(0.766 0.17 160.6)CMYK
cmyk(94%, 0%, 33%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBE80
2#0BA971
3#099463
4#087F55
5#076947
6#055439
7#043F2B
8#032A1C
9#01150E
Tints
Lighter variations
1#0FEEA0
2#28F1AB
3#43F3B5
4#5EF5C0
5#79F6CA
6#94F8D5
7#AEFADF
8#C9FCEA
9#E4FDF4
Tones
Muted variations
1#17C98B
2#21BF88
3#2BB585
4#35AB82
5#3FA27F
6#49987C
7#538E79
8#5C8476
9#667A73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8D4 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4BD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD38E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF9;
--emerald-100: #DDFDF2;
--emerald-200: #C1FBE7;
--emerald-300: #91F8D4;
--emerald-400: #57F4BD;
--emerald-500: #27F1AB;
--emerald-600: #0DD38E;
--emerald-700: #0BA871;
--emerald-800: #087851;
--emerald-900: #054D34;
--emerald-950: #033020;
}