Emerald
#44D55C
GreenColor Codes
All color formats for development
HEX
#44D55CRGB
rgb(68, 213, 92)HSL
hsl(130, 63%, 55%)OKLCH
oklch(0.771 0.204 146)CMYK
cmyk(68%, 0%, 57%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE49
2#2AB741
3#24A039
4#1F8931
5#1A7229
6#155B21
7#104518
8#0A2E10
9#051708
Tints
Lighter variations
1#57D96C
2#69DD7D
3#7CE18D
4#8FE69D
5#A1EAAE
6#B4EEBE
7#C7F2CE
8#DAF7DE
9#ECFBEF
Tones
Muted variations
1#4BCD61
2#52C666
3#5ABF6B
4#61B86F
5#68B074
6#6FA979
7#77A27E
8#7E9B83
9#859387
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE80 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB741 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219134 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186825 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #C9F3D0;
--emerald-300: #9FE9AC;
--emerald-400: #6EDE80;
--emerald-500: #44D55C;
--emerald-600: #2AB741;
--emerald-700: #219134;
--emerald-800: #186825;
--emerald-900: #0F4318;
--emerald-950: #092A0F;
}