Emerald
#44D56D
GreenColor Codes
All color formats for development
HEX
#44D56DRGB
rgb(68, 213, 109)HSL
hsl(137, 63%, 55%)OKLCH
oklch(0.773 0.19 148.9)CMYK
cmyk(68%, 0%, 49%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE5C
2#2AB752
3#24A047
4#1F893D
5#1A7233
6#155B29
7#10451F
8#0A2E14
9#05170A
Tints
Lighter variations
1#57D97C
2#69DD8A
3#7CE199
4#8FE6A7
5#A1EAB6
6#B4EEC5
7#C7F2D3
8#DAF7E2
9#ECFBF0
Tones
Muted variations
1#4BCD70
2#52C673
3#5ABF76
4#61B879
5#68B07D
6#6FA980
7#77A283
8#7E9B86
9#859389
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8D | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB752 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219141 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E8;
--emerald-200: #C9F3D5;
--emerald-300: #9FE9B4;
--emerald-400: #6EDE8D;
--emerald-500: #44D56D;
--emerald-600: #2AB752;
--emerald-700: #219141;
--emerald-800: #18682E;
--emerald-900: #0F431E;
--emerald-950: #092A13;
}