Emerald
#0DD39B
GreenColor Codes
All color formats for development
HEX
#0DD39BRGB
rgb(13, 211, 155)HSL
hsl(163, 88%, 44%)OKLCH
oklch(0.769 0.159 165.4)CMYK
cmyk(94%, 0%, 27%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBE8B
2#0BA97C
3#09946C
4#087F5D
5#07694D
6#05543E
7#043F2E
8#032A1F
9#01150F
Tints
Lighter variations
1#0FEEAF
2#28F1B8
3#43F3C1
4#5EF5CA
5#79F6D3
6#94F8DC
7#AEFAE4
8#C9FCED
9#E4FDF6
Tones
Muted variations
1#17C997
2#21BF92
3#2BB58E
4#35AB8A
5#3FA286
6#499881
7#538E7D
8#5C8479
9#667A74
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 #C1FBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4C8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD39B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA87B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D38 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEFA;
--emerald-100: #DDFDF4;
--emerald-200: #C1FBEA;
--emerald-300: #91F8DB;
--emerald-400: #57F4C8;
--emerald-500: #27F1B8;
--emerald-600: #0DD39B;
--emerald-700: #0BA87B;
--emerald-800: #087858;
--emerald-900: #054D38;
--emerald-950: #033023;
}