Emerald
#44D5A2
GreenColor Codes
All color formats for development
HEX
#44D5A2RGB
rgb(68, 213, 162)HSL
hsl(159, 63%, 55%)OKLCH
oklch(0.783 0.143 165.3)CMYK
cmyk(68%, 0%, 24%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE96
2#2AB785
3#24A075
4#1F8964
5#1A7253
6#155B43
7#104532
8#0A2E21
9#051711
Tints
Lighter variations
1#57D9AB
2#69DDB5
3#7CE1BE
4#8FE6C7
5#A1EAD0
6#B4EEDA
7#C7F2E3
8#DAF7EC
9#ECFBF6
Tones
Muted variations
1#4BCDA0
2#52C69E
3#5ABF9B
4#61B899
5#68B097
6#6FA995
7#77A293
8#7E9B91
9#85938E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB7 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB785 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21916A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18684C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4331 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E2F8F1;
--emerald-200: #C9F3E4;
--emerald-300: #9FE9CF;
--emerald-400: #6EDEB7;
--emerald-500: #44D5A2;
--emerald-600: #2AB785;
--emerald-700: #21916A;
--emerald-800: #18684C;
--emerald-900: #0F4331;
--emerald-950: #092A1E;
}