Emerald
#44D58C
GreenColor Codes
All color formats for development
HEX
#44D58CRGB
rgb(68, 213, 140)HSL
hsl(150, 63%, 55%)OKLCH
oklch(0.779 0.162 156.9)CMYK
cmyk(68%, 0%, 34%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE7E
2#2AB770
3#24A062
4#1F8954
5#1A7246
6#155B38
7#10452A
8#0A2E1C
9#05170E
Tints
Lighter variations
1#57D998
2#69DDA3
3#7CE1AF
4#8FE6BA
5#A1EAC6
6#B4EED1
7#C7F2DD
8#DAF7E8
9#ECFBF4
Tones
Muted variations
1#4BCD8C
2#52C68C
3#5ABF8C
4#61B88C
5#68B08C
6#6FA98C
7#77A28C
8#7E9B8C
9#85938C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB770 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219159 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186840 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8ED;
--emerald-200: #C9F3DE;
--emerald-300: #9FE9C4;
--emerald-400: #6EDEA6;
--emerald-500: #44D58C;
--emerald-600: #2AB770;
--emerald-700: #219159;
--emerald-800: #186840;
--emerald-900: #0F4329;
--emerald-950: #092A1A;
}