Emerald
#44D546
GreenColor Codes
All color formats for development
HEX
#44D546RGB
rgb(68, 213, 70)HSL
hsl(121, 63%, 55%)OKLCH
oklch(0.768 0.22 143.2)CMYK
cmyk(68%, 0%, 67%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE31
2#2AB72C
3#24A026
4#1F8921
5#1A721B
6#155B16
7#104510
8#0A2E0B
9#051705
Tints
Lighter variations
1#57D959
2#69DD6B
3#7CE17E
4#8FE690
5#A1EAA3
6#B4EEB5
7#C7F2C8
8#DAF7DA
9#ECFBED
Tones
Muted variations
1#4BCD4D
2#52C654
3#5ABF5B
4#61B862
5#68B069
6#6FA970
7#77A277
8#7E9B7E
9#859385
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE6F | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D546 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219123 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186819 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E2;
--emerald-200: #C9F3CA;
--emerald-300: #9FE9A1;
--emerald-400: #6EDE6F;
--emerald-500: #44D546;
--emerald-600: #2AB72C;
--emerald-700: #219123;
--emerald-800: #186819;
--emerald-900: #0F4310;
--emerald-950: #092A0A;
}