Emerald
#44D549
GreenColor Codes
All color formats for development
HEX
#44D549RGB
rgb(68, 213, 73)HSL
hsl(122, 63%, 55%)OKLCH
oklch(0.769 0.218 143.5)CMYK
cmyk(68%, 0%, 66%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE34
2#2AB72E
3#24A028
4#1F8923
5#1A721D
6#155B17
7#104511
8#0A2E0C
9#051706
Tints
Lighter variations
1#57D95B
2#69DD6D
3#7CE17F
4#8FE692
5#A1EAA4
6#B4EEB6
7#C7F2C8
8#DAF7DB
9#ECFBED
Tones
Muted variations
1#4BCD50
2#52C656
3#5ABF5D
4#61B864
5#68B06B
6#6FA971
7#77A278
8#7E9B7F
9#859386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE71 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D549 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219125 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18681A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E3;
--emerald-200: #C9F3CA;
--emerald-300: #9FE9A2;
--emerald-400: #6EDE71;
--emerald-500: #44D549;
--emerald-600: #2AB72E;
--emerald-700: #219125;
--emerald-800: #18681A;
--emerald-900: #0F4311;
--emerald-950: #092A0B;
}