Emerald
#44D577
GreenColor Codes
All color formats for development
HEX
#44D577RGB
rgb(68, 213, 119)HSL
hsl(141, 63%, 55%)OKLCH
oklch(0.775 0.181 151.1)CMYK
cmyk(68%, 0%, 44%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE66
2#2AB75B
3#24A050
4#1F8944
5#1A7239
6#155B2D
7#104522
8#0A2E17
9#05170B
Tints
Lighter variations
1#57D984
2#69DD92
3#7CE19F
4#8FE6AD
5#A1EABB
6#B4EEC8
7#C7F2D6
8#DAF7E4
9#ECFBF1
Tones
Muted variations
1#4BCD79
2#52C67B
3#5ABF7D
4#61B87F
5#68B081
6#6FA984
7#77A286
8#7E9B88
9#85938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE95 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D577 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB75B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219148 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186834 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EA;
--emerald-200: #C9F3D8;
--emerald-300: #9FE9B9;
--emerald-400: #6EDE95;
--emerald-500: #44D577;
--emerald-600: #2AB75B;
--emerald-700: #219148;
--emerald-800: #186834;
--emerald-900: #0F4321;
--emerald-950: #092A15;
}