Emerald
#0DD37A
GreenColor Codes
All color formats for development
HEX
#0DD37ARGB
rgb(13, 211, 122)HSL
hsl(153, 88%, 44%)OKLCH
oklch(0.762 0.187 154.8)CMYK
cmyk(94%, 0%, 42%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBE6E
2#0BA962
3#099455
4#087F49
5#07693D
6#055431
7#043F25
8#032A18
9#01150C
Tints
Lighter variations
1#0FEE8A
2#28F197
3#43F3A4
4#5EF5B1
5#79F6BE
6#94F8CB
7#AEFAD8
8#C9FCE5
9#E4FDF2
Tones
Muted variations
1#17C979
2#21BF78
3#2BB577
4#35AB76
5#3FA275
6#499874
7#538E73
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 #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AE | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F196 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA861 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087845 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DDFDEF;
--emerald-200: #C1FBE1;
--emerald-300: #91F8CA;
--emerald-400: #57F4AE;
--emerald-500: #27F196;
--emerald-600: #0DD37A;
--emerald-700: #0BA861;
--emerald-800: #087845;
--emerald-900: #054D2C;
--emerald-950: #03301C;
}