Emerald
#44D552
GreenColor Codes
All color formats for development
HEX
#44D552RGB
rgb(68, 213, 82)HSL
hsl(126, 63%, 55%)OKLCH
oklch(0.769 0.212 144.6)CMYK
cmyk(68%, 0%, 62%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE3F
2#2AB738
3#24A031
4#1F892A
5#1A7223
6#155B1C
7#104515
8#0A2E0E
9#051707
Tints
Lighter variations
1#57D964
2#69DD75
3#7CE186
4#8FE697
5#A1EAA9
6#B4EEBA
7#C7F2CB
8#DAF7DC
9#ECFBEE
Tones
Muted variations
1#4BCD58
2#52C65E
3#5ABF64
4#61B86A
5#68B06F
6#6FA975
7#77A27B
8#7E9B81
9#859386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE79 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D552 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB738 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21912C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186820 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E4;
--emerald-200: #C9F3CD;
--emerald-300: #9FE9A7;
--emerald-400: #6EDE79;
--emerald-500: #44D552;
--emerald-600: #2AB738;
--emerald-700: #21912C;
--emerald-800: #186820;
--emerald-900: #0F4314;
--emerald-950: #092A0D;
}