Emerald
#0DD37D
GreenColor Codes
All color formats for development
HEX
#0DD37DRGB
rgb(13, 211, 125)HSL
hsl(154, 88%, 44%)OKLCH
oklch(0.763 0.185 155.6)CMYK
cmyk(94%, 0%, 41%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CBE71
2#0BA964
3#099458
4#087F4B
5#07693F
6#055432
7#043F26
8#032A19
9#01150D
Tints
Lighter variations
1#0FEE8D
2#28F19A
3#43F3A7
4#5EF5B3
5#79F6C0
6#94F8CD
7#AEFAD9
8#C9FCE6
9#E4FDF2
Tones
Muted variations
1#17C97C
2#21BF7B
3#2BB579
4#35AB78
5#3FA277
6#499875
7#538E74
8#5C8473
9#667A72
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 #C1FBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F19A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2E | 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: #C1FBE2;
--emerald-300: #91F8CB;
--emerald-400: #57F4B0;
--emerald-500: #27F19A;
--emerald-600: #0DD37D;
--emerald-700: #0BA864;
--emerald-800: #087847;
--emerald-900: #054D2E;
--emerald-950: #03301C;
}