Emerald
#44D59B
GreenColor Codes
All color formats for development
HEX
#44D59BRGB
rgb(68, 213, 155)HSL
hsl(156, 63%, 55%)OKLCH
oklch(0.782 0.149 162.4)CMYK
cmyk(68%, 0%, 27%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE8E
2#2AB77E
3#24A06F
4#1F895F
5#1A724F
6#155B3F
7#10452F
8#0A2E20
9#051710
Tints
Lighter variations
1#57D9A5
2#69DDAF
3#7CE1B9
4#8FE6C3
5#A1EACD
6#B4EED7
7#C7F2E1
8#DAF7EB
9#ECFBF5
Tones
Muted variations
1#4BCD99
2#52C698
3#5ABF96
4#61B895
5#68B093
6#6FA992
7#77A291
8#7E9B8F
9#85938E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB1 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D59B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EF;
--emerald-200: #C9F3E2;
--emerald-300: #9FE9CC;
--emerald-400: #6EDEB1;
--emerald-500: #44D59B;
--emerald-600: #2AB77E;
--emerald-700: #219164;
--emerald-800: #186848;
--emerald-900: #0F432E;
--emerald-950: #092A1D;
}