Emerald
#44D593
GreenColor Codes
All color formats for development
HEX
#44D593RGB
rgb(68, 213, 147)HSL
hsl(153, 63%, 55%)OKLCH
oklch(0.78 0.156 159.3)CMYK
cmyk(68%, 0%, 31%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE86
2#2AB777
3#24A068
4#1F8959
5#1A724B
6#155B3C
7#10452D
8#0A2E1E
9#05170F
Tints
Lighter variations
1#57D99E
2#69DDA9
3#7CE1B4
4#8FE6BE
5#A1EAC9
6#B4EED4
7#C7F2DF
8#DAF7E9
9#ECFBF4
Tones
Muted variations
1#4BCD93
2#52C692
3#5ABF91
4#61B891
5#68B090
6#6FA98F
7#77A28E
8#7E9B8E
9#85938D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEAB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186844 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EE;
--emerald-200: #C9F3E0;
--emerald-300: #9FE9C8;
--emerald-400: #6EDEAB;
--emerald-500: #44D593;
--emerald-600: #2AB777;
--emerald-700: #21915F;
--emerald-800: #186844;
--emerald-900: #0F432B;
--emerald-950: #092A1B;
}