Emerald
#44D5A4
GreenColor Codes
All color formats for development
HEX
#44D5A4RGB
rgb(68, 213, 164)HSL
hsl(160, 63%, 55%)OKLCH
oklch(0.784 0.142 166.2)CMYK
cmyk(68%, 0%, 23%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCE99
2#2AB788
3#24A077
4#1F8966
5#1A7255
6#155B44
7#104533
8#0A2E22
9#051711
Tints
Lighter variations
1#57D9AD
2#69DDB6
3#7CE1C0
4#8FE6C9
5#A1EAD2
6#B4EEDB
7#C7F2E4
8#DAF7ED
9#ECFBF6
Tones
Muted variations
1#4BCDA2
2#52C6A0
3#5ABF9D
4#61B89B
5#68B098
6#6FA996
7#77A293
8#7E9B91
9#85938F
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 #C9F3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB788 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21916C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18684D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4331 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E2F8F1;
--emerald-200: #C9F3E5;
--emerald-300: #9FE9D1;
--emerald-400: #6EDEB8;
--emerald-500: #44D5A4;
--emerald-600: #2AB788;
--emerald-700: #21916C;
--emerald-800: #18684D;
--emerald-900: #0F4331;
--emerald-950: #092A1F;
}