Emerald
#44D5B5
CyanColor Codes
All color formats for development
HEX
#44D5B5RGB
rgb(68, 213, 181)HSL
hsl(167, 63%, 55%)OKLCH
oklch(0.788 0.13 174.8)CMYK
cmyk(68%, 0%, 15%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEAB
2#2AB798
3#24A085
4#1F8972
5#1A725F
6#155B4C
7#104539
8#0A2E26
9#051713
Tints
Lighter variations
1#57D9BD
2#69DDC4
3#7CE1CB
4#8FE6D3
5#A1EADA
6#B4EEE1
7#C7F2E9
8#DAF7F0
9#ECFBF8
Tones
Muted variations
1#4BCDB1
2#52C6AD
3#5ABFA9
4#61B8A5
5#68B0A1
6#6FA99D
7#77A299
8#7E9B94
9#859390
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 #9FE9D9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB798 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4337 | 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: #9FE9D9;
--emerald-400: #6EDEC6;
--emerald-500: #44D5B5;
--emerald-600: #2AB798;
--emerald-700: #219179;
--emerald-800: #186857;
--emerald-900: #0F4337;
--emerald-950: #092A23;
}