Emerald
#44D55A
GreenColor Codes
All color formats for development
HEX
#44D55ARGB
rgb(68, 213, 90)HSL
hsl(129, 63%, 55%)OKLCH
oklch(0.77 0.206 145.7)CMYK
cmyk(68%, 0%, 58%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE47
2#2AB73F
3#24A037
4#1F892F
5#1A7227
6#155B1F
7#104518
8#0A2E10
9#051708
Tints
Lighter variations
1#57D96A
2#69DD7B
3#7CE18B
4#8FE69C
5#A1EAAC
6#B4EEBD
7#C7F2CD
8#DAF7DE
9#ECFBEE
Tones
Muted variations
1#4BCD5F
2#52C664
3#5ABF69
4#61B86E
5#68B073
6#6FA978
7#77A27D
8#7E9B82
9#859387
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AA | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE7E | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB73F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219132 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186824 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E5;
--emerald-200: #C9F3CF;
--emerald-300: #9FE9AA;
--emerald-400: #6EDE7E;
--emerald-500: #44D55A;
--emerald-600: #2AB73F;
--emerald-700: #219132;
--emerald-800: #186824;
--emerald-900: #0F4317;
--emerald-950: #092A0E;
}