Emerald
#44D55E
GreenColor Codes
All color formats for development
HEX
#44D55ERGB
rgb(68, 213, 94)HSL
hsl(131, 63%, 55%)OKLCH
oklch(0.771 0.202 146.3)CMYK
cmyk(68%, 0%, 56%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE4C
2#2AB743
3#24A03B
4#1F8933
5#1A722A
6#155B22
7#104519
8#0A2E11
9#051708
Tints
Lighter variations
1#57D96F
2#69DD7F
3#7CE18F
4#8FE69F
5#A1EAAF
6#B4EEBF
7#C7F2CF
8#DAF7DF
9#ECFBEF
Tones
Muted variations
1#4BCD63
2#52C668
3#5ABF6C
4#61B871
5#68B075
6#6FA97A
7#77A27F
8#7E9B83
9#859388
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 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE82 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB743 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219136 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186826 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | 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: #C9F3D1;
--emerald-300: #9FE9AD;
--emerald-400: #6EDE82;
--emerald-500: #44D55E;
--emerald-600: #2AB743;
--emerald-700: #219136;
--emerald-800: #186826;
--emerald-900: #0F4319;
--emerald-950: #092A0F;
}