Emerald
#44D5B8
CyanColor Codes
All color formats for development
HEX
#44D5B8RGB
rgb(68, 213, 184)HSL
hsl(168, 63%, 55%)OKLCH
oklch(0.789 0.129 176.5)CMYK
cmyk(68%, 0%, 14%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEAE
2#2AB79B
3#24A087
4#1F8974
5#1A7261
6#155B4D
7#10453A
8#0A2E27
9#051713
Tints
Lighter variations
1#57D9BF
2#69DDC6
3#7CE1CD
4#8FE6D4
5#A1EADB
6#B4EEE2
7#C7F2EA
8#DAF7F1
9#ECFBF8
Tones
Muted variations
1#4BCDB3
2#52C6AF
3#5ABFAB
4#61B8A6
5#68B0A2
6#6FA99E
7#77A299
8#7E9B95
9#859391
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186858 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4338 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F4;
--emerald-200: #C9F3EA;
--emerald-300: #9FE9DB;
--emerald-400: #6EDEC7;
--emerald-500: #44D5B8;
--emerald-600: #2AB79B;
--emerald-700: #21917B;
--emerald-800: #186858;
--emerald-900: #0F4338;
--emerald-950: #092A23;
}