Emerald
#44D54B
GreenColor Codes
All color formats for development
HEX
#44D54BRGB
rgb(68, 213, 75)HSL
hsl(123, 63%, 55%)OKLCH
oklch(0.769 0.217 143.8)CMYK
cmyk(68%, 0%, 65%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE37
2#2AB731
3#24A02B
4#1F8924
5#1A721E
6#155B18
7#104512
8#0A2E0C
9#051706
Tints
Lighter variations
1#57D95D
2#69DD6F
3#7CE181
4#8FE693
5#A1EAA5
6#B4EEB7
7#C7F2C9
8#DAF7DB
9#ECFBED
Tones
Muted variations
1#4BCD52
2#52C658
3#5ABF5F
4#61B865
5#68B06C
6#6FA972
7#77A279
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 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE73 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D54B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB731 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219127 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18681C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4312 | 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: #C9F3CB;
--emerald-300: #9FE9A3;
--emerald-400: #6EDE73;
--emerald-500: #44D54B;
--emerald-600: #2AB731;
--emerald-700: #219127;
--emerald-800: #18681C;
--emerald-900: #0F4312;
--emerald-950: #092A0B;
}