Emerald
#44D574
GreenColor Codes
All color formats for development
HEX
#44D574RGB
rgb(68, 213, 116)HSL
hsl(140, 63%, 55%)OKLCH
oklch(0.774 0.183 150.4)CMYK
cmyk(68%, 0%, 46%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE64
2#2AB759
3#24A04E
4#1F8942
5#1A7237
6#155B2C
7#104521
8#0A2E16
9#05170B
Tints
Lighter variations
1#57D982
2#69DD90
3#7CE19E
4#8FE6AC
5#A1EABA
6#B4EEC7
7#C7F2D5
8#DAF7E3
9#ECFBF1
Tones
Muted variations
1#4BCD77
2#52C679
3#5ABF7B
4#61B87E
5#68B080
6#6FA983
7#77A285
8#7E9B87
9#85938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE93 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D574 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219147 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186832 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8E9;
--emerald-200: #C9F3D7;
--emerald-300: #9FE9B8;
--emerald-400: #6EDE93;
--emerald-500: #44D574;
--emerald-600: #2AB759;
--emerald-700: #219147;
--emerald-800: #186832;
--emerald-900: #0F4320;
--emerald-950: #092A14;
}