Emerald
#43D6B1
CyanColor Codes
All color formats for development
HEX
#43D6B1RGB
rgb(67, 214, 177)HSL
hsl(165, 64%, 55%)OKLCH
oklch(0.79 0.134 172.3)CMYK
cmyk(69%, 0%, 17%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFA7
2#28B894
3#23A182
4#1E8A6F
5#19735D
6#145C4A
7#0F4538
8#0A2E25
9#051713
Tints
Lighter variations
1#56DAB9
2#68DEC1
3#7BE2C8
4#8EE6D0
5#A1EAD8
6#B4EEE0
7#C7F3E8
8#D9F7EF
9#ECFBF7
Tones
Muted variations
1#4ACEAD
2#51C7AA
3#59C0A6
4#60B8A2
5#68B19F
6#6FAA9B
7#76A297
8#7E9B94
9#859490
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC2 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B894 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176954 | 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: #F2FCFA;
--emerald-100: #E2F9F3;
--emerald-200: #C9F3E8;
--emerald-300: #9FEAD7;
--emerald-400: #6DDFC2;
--emerald-500: #43D6B1;
--emerald-600: #28B894;
--emerald-700: #209276;
--emerald-800: #176954;
--emerald-900: #0F4336;
--emerald-950: #092A22;
}