Emerald
#44D5AC
GreenColor Codes
All color formats for development
HEX
#44D5ACRGB
rgb(68, 213, 172)HSL
hsl(163, 63%, 55%)OKLCH
oklch(0.786 0.136 170.1)CMYK
cmyk(68%, 0%, 19%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEA1
2#2AB78F
3#24A07D
4#1F896B
5#1A7259
6#155B47
7#104536
8#0A2E24
9#051712
Tints
Lighter variations
1#57D9B4
2#69DDBC
3#7CE1C5
4#8FE6CD
5#A1EAD5
6#B4EEDE
7#C7F2E6
8#DAF7EE
9#ECFBF7
Tones
Muted variations
1#4BCDA8
2#52C6A5
3#5ABFA2
4#61B89F
5#68B09C
6#6FA999
7#77A296
8#7E9B93
9#85938F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEBE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB78F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4334 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E2F8F2;
--emerald-200: #C9F3E7;
--emerald-300: #9FE9D4;
--emerald-400: #6EDEBE;
--emerald-500: #44D5AC;
--emerald-600: #2AB78F;
--emerald-700: #219172;
--emerald-800: #186851;
--emerald-900: #0F4334;
--emerald-950: #092A20;
}