Emerald
#44D598
GreenColor Codes
All color formats for development
HEX
#44D598RGB
rgb(68, 213, 152)HSL
hsl(155, 63%, 55%)OKLCH
oklch(0.781 0.151 161.2)CMYK
cmyk(68%, 0%, 29%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE8B
2#2AB77C
3#24A06C
4#1F895D
5#1A724D
6#155B3E
7#10452E
8#0A2E1F
9#05170F
Tints
Lighter variations
1#57D9A3
2#69DDAD
3#7CE1B7
4#8FE6C1
5#A1EACC
6#B4EED6
7#C7F2E0
8#DAF7EA
9#ECFBF5
Tones
Muted variations
1#4BCD97
2#52C696
3#5ABF95
4#61B893
5#68B092
6#6FA991
7#77A290
8#7E9B8F
9#85938D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEAF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB77C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186846 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EF;
--emerald-200: #C9F3E1;
--emerald-300: #9FE9CB;
--emerald-400: #6EDEAF;
--emerald-500: #44D598;
--emerald-600: #2AB77C;
--emerald-700: #219163;
--emerald-800: #186846;
--emerald-900: #0F432D;
--emerald-950: #092A1C;
}