Emerald
#44D5BF
CyanColor Codes
All color formats for development
HEX
#44D5BFRGB
rgb(68, 213, 191)HSL
hsl(171, 63%, 55%)OKLCH
oklch(0.791 0.125 180.7)CMYK
cmyk(68%, 0%, 10%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FCEB6
2#2AB7A2
3#24A08D
4#1F8979
5#1A7265
6#155B51
7#10453D
8#0A2E28
9#051714
Tints
Lighter variations
1#57D9C5
2#69DDCC
3#7CE1D2
4#8FE6D9
5#A1EADF
6#B4EEE5
7#C7F2EC
8#DAF7F2
9#ECFBF9
Tones
Muted variations
1#4BCDBA
2#52C6B5
3#5ABFB0
4#61B8AB
5#68B0A6
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 #9FE9DE | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECD | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433B | 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: #C9F3EC;
--emerald-300: #9FE9DE;
--emerald-400: #6EDECD;
--emerald-500: #44D5BF;
--emerald-600: #2AB7A2;
--emerald-700: #219181;
--emerald-800: #18685C;
--emerald-900: #0F433B;
--emerald-950: #092A25;
}