Emerald
#44D5BC
CyanColor Codes
All color formats for development
HEX
#44D5BCRGB
rgb(68, 213, 188)HSL
hsl(170, 63%, 55%)OKLCH
oklch(0.791 0.127 178.9)CMYK
cmyk(68%, 0%, 12%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEB3
2#2AB79F
3#24A08B
4#1F8977
5#1A7264
6#155B50
7#10453C
8#0A2E28
9#051714
Tints
Lighter variations
1#57D9C3
2#69DDCA
3#7CE1D0
4#8FE6D7
5#A1EADE
6#B4EEE4
7#C7F2EB
8#DAF7F2
9#ECFBF8
Tones
Muted variations
1#4BCDB8
2#52C6B3
3#5ABFAE
4#61B8A9
5#68B0A4
6#6FA9A0
7#77A29B
8#7E9B96
9#859391
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 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFB;
--emerald-100: #E2F8F5;
--emerald-200: #C9F3EC;
--emerald-300: #9FE9DD;
--emerald-400: #6EDECB;
--emerald-500: #44D5BC;
--emerald-600: #2AB79F;
--emerald-700: #21917F;
--emerald-800: #18685B;
--emerald-900: #0F433A;
--emerald-950: #092A24;
}