Emerald
#44D572
GreenColor Codes
All color formats for development
HEX
#44D572RGB
rgb(68, 213, 114)HSL
hsl(139, 63%, 55%)OKLCH
oklch(0.774 0.185 150)CMYK
cmyk(68%, 0%, 46%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE61
2#2AB756
3#24A04B
4#1F8941
5#1A7236
6#155B2B
7#104520
8#0A2E16
9#05170B
Tints
Lighter variations
1#57D980
2#69DD8E
3#7CE19C
4#8FE6AA
5#A1EAB8
6#B4EEC6
7#C7F2D5
8#DAF7E3
9#ECFBF1
Tones
Muted variations
1#4BCD74
2#52C677
3#5ABF7A
4#61B87C
5#68B07F
6#6FA982
7#77A284
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 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE91 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D572 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB756 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219145 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186831 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | 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: #C9F3D6;
--emerald-300: #9FE9B7;
--emerald-400: #6EDE91;
--emerald-500: #44D572;
--emerald-600: #2AB756;
--emerald-700: #219145;
--emerald-800: #186831;
--emerald-900: #0F431F;
--emerald-950: #092A14;
}