Emerald
#44D5B0
CyanColor Codes
All color formats for development
HEX
#44D5B0RGB
rgb(68, 213, 176)HSL
hsl(165, 63%, 55%)OKLCH
oklch(0.787 0.133 172.1)CMYK
cmyk(68%, 0%, 17%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEA6
2#2AB794
3#24A081
4#1F896F
5#1A725C
6#155B4A
7#104537
8#0A2E25
9#051712
Tints
Lighter variations
1#57D9B8
2#69DDC0
3#7CE1C8
4#8FE6D0
5#A1EAD8
6#B4EEE0
7#C7F2E7
8#DAF7EF
9#ECFBF7
Tones
Muted variations
1#4BCDAD
2#52C6A9
3#5ABFA6
4#61B8A2
5#68B09E
6#6FA99B
7#77A297
8#7E9B93
9#859390
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC2 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB794 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219175 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186854 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F3;
--emerald-200: #C9F3E8;
--emerald-300: #9FE9D7;
--emerald-400: #6EDEC2;
--emerald-500: #44D5B0;
--emerald-600: #2AB794;
--emerald-700: #219175;
--emerald-800: #186854;
--emerald-900: #0F4336;
--emerald-950: #092A22;
}