Emerald
#0DD377
GreenColor Codes
All color formats for development
HEX
#0DD377RGB
rgb(13, 211, 119)HSL
hsl(152, 88%, 44%)OKLCH
oklch(0.761 0.19 154.1)CMYK
cmyk(94%, 0%, 44%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBE6B
2#0BA95F
3#099453
4#087F47
5#07693B
6#055430
7#043F24
8#032A18
9#01150C
Tints
Lighter variations
1#0FEE86
2#28F193
3#43F3A1
4#5EF5AE
5#79F6BC
6#94F8C9
7#AEFAD7
8#C9FCE4
9#E4FDF2
Tones
Muted variations
1#17C976
2#21BF75
3#2BB575
4#35AB74
5#3FA273
6#499873
7#538E72
8#5C8472
9#667A71
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;
}