Emerald
#44D56B
GreenColor Codes
All color formats for development
HEX
#44D56BRGB
rgb(68, 213, 107)HSL
hsl(136, 63%, 55%)OKLCH
oklch(0.773 0.191 148.5)CMYK
cmyk(68%, 0%, 50%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE59
2#2AB74F
3#24A045
4#1F893B
5#1A7232
6#155B28
7#10451E
8#0A2E14
9#05170A
Tints
Lighter variations
1#57D979
2#69DD88
3#7CE197
4#8FE6A6
5#A1EAB5
6#B4EEC4
7#C7F2D2
8#DAF7E1
9#ECFBF0
Tones
Muted variations
1#4BCD6E
2#52C671
3#5ABF75
4#61B878
5#68B07B
6#6FA97F
7#77A282
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 #C9F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8C | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E8;
--emerald-200: #C9F3D4;
--emerald-300: #9FE9B3;
--emerald-400: #6EDE8C;
--emerald-500: #44D56B;
--emerald-600: #2AB74F;
--emerald-700: #21913F;
--emerald-800: #18682D;
--emerald-900: #0F431D;
--emerald-950: #092A12;
}