Emerald
#44D57E
GreenColor Codes
All color formats for development
HEX
#44D57ERGB
rgb(68, 213, 126)HSL
hsl(144, 63%, 55%)OKLCH
oklch(0.776 0.174 152.8)CMYK
cmyk(68%, 0%, 41%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE6E
2#2AB762
3#24A056
4#1F894A
5#1A723D
6#155B31
7#104525
8#0A2E19
9#05170C
Tints
Lighter variations
1#57D98B
2#69DD98
3#7CE1A5
4#8FE6B1
5#A1EABE
6#B4EECB
7#C7F2D8
8#DAF7E5
9#ECFBF2
Tones
Muted variations
1#4BCD7F
2#52C681
3#5ABF82
4#61B884
5#68B085
6#6FA986
7#77A288
8#7E9B89
9#85938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE9B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB762 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EB;
--emerald-200: #C9F3DA;
--emerald-300: #9FE9BD;
--emerald-400: #6EDE9B;
--emerald-500: #44D57E;
--emerald-600: #2AB762;
--emerald-700: #21914E;
--emerald-800: #186838;
--emerald-900: #0F4324;
--emerald-950: #092A16;
}