Emerald
#44D544
GreenColor Codes
All color formats for development
HEX
#44D544RGB
rgb(68, 213, 68)HSL
hsl(120, 63%, 55%)OKLCH
oklch(0.768 0.222 143)CMYK
cmyk(68%, 0%, 68%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE2F
2#2AB72A
3#24A024
4#1F891F
5#1A721A
6#155B15
7#104510
8#0A2E0A
9#051705
Tints
Lighter variations
1#57D957
2#69DD69
3#7CE17C
4#8FE68F
5#A1EAA1
6#B4EEB4
7#C7F2C7
8#DAF7DA
9#ECFBEC
Tones
Muted variations
1#4BCD4B
2#52C652
3#5ABF5A
4#61B861
5#68B068
6#6FA96F
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 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE99F | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE6E | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D544 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219121 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186818 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F430F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E2;
--emerald-200: #C9F3C9;
--emerald-300: #9FE99F;
--emerald-400: #6EDE6E;
--emerald-500: #44D544;
--emerald-600: #2AB72A;
--emerald-700: #219121;
--emerald-800: #186818;
--emerald-900: #0F430F;
--emerald-950: #092A09;
}