Emerald
#44D5C1
CyanColor Codes
All color formats for development
HEX
#44D5C1RGB
rgb(68, 213, 193)HSL
hsl(172, 63%, 55%)OKLCH
oklch(0.792 0.125 181.9)CMYK
cmyk(68%, 0%, 9%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEB9
2#2AB7A4
3#24A090
4#1F897B
5#1A7267
6#155B52
7#10453E
8#0A2E29
9#051715
Tints
Lighter variations
1#57D9C7
2#69DDCE
3#7CE1D4
4#8FE6DA
5#A1EAE0
6#B4EEE6
7#C7F2EC
8#DAF7F3
9#ECFBF9
Tones
Muted variations
1#4BCDBC
2#52C6B7
3#5ABFB1
4#61B8AC
5#68B0A7
6#6FA9A1
7#77A29C
8#7E9B97
9#859392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFB;
--emerald-100: #E2F8F5;
--emerald-200: #C9F3ED;
--emerald-300: #9FE9DF;
--emerald-400: #6EDECF;
--emerald-500: #44D5C1;
--emerald-600: #2AB7A4;
--emerald-700: #219182;
--emerald-800: #18685D;
--emerald-900: #0F433C;
--emerald-950: #092A25;
}