Emerald
#44D57B
GreenColor Codes
All color formats for development
HEX
#44D57BRGB
rgb(68, 213, 123)HSL
hsl(143, 63%, 55%)OKLCH
oklch(0.775 0.177 152.1)CMYK
cmyk(68%, 0%, 42%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE6C
2#2AB760
3#24A054
4#1F8948
5#1A723C
6#155B30
7#104524
8#0A2E18
9#05170C
Tints
Lighter variations
1#57D989
2#69DD96
3#7CE1A3
4#8FE6B0
5#A1EABD
6#B4EECA
7#C7F2D8
8#DAF7E5
9#ECFBF2
Tones
Muted variations
1#4BCD7D
2#52C67F
3#5ABF80
4#61B882
5#68B084
6#6FA986
7#77A287
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 #C9F3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE99 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB760 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186836 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4323 | 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: #C9F3D9;
--emerald-300: #9FE9BC;
--emerald-400: #6EDE99;
--emerald-500: #44D57B;
--emerald-600: #2AB760;
--emerald-700: #21914C;
--emerald-800: #186836;
--emerald-900: #0F4323;
--emerald-950: #092A16;
}