Emerald
#43D6AF
GreenColor Codes
All color formats for development
HEX
#43D6AFRGB
rgb(67, 214, 175)HSL
hsl(164, 64%, 55%)OKLCH
oklch(0.789 0.136 171.3)CMYK
cmyk(69%, 0%, 18%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCFA4
2#28B892
3#23A17F
4#1E8A6D
5#19735B
6#145C49
7#0F4537
8#0A2E24
9#051712
Tints
Lighter variations
1#56DAB7
2#68DEBF
3#7BE2C7
4#8EE6CF
5#A1EAD7
6#B4EEDF
7#C7F3E7
8#D9F7EF
9#ECFBF7
Tones
Muted variations
1#4ACEAB
2#51C7A8
3#59C0A4
4#60B8A1
5#68B19D
6#6FAA9A
7#76A297
8#7E9B93
9#859490
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC0 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B892 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209274 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFA;
--emerald-100: #E2F9F2;
--emerald-200: #C9F3E8;
--emerald-300: #9FEAD6;
--emerald-400: #6DDFC0;
--emerald-500: #43D6AF;
--emerald-600: #28B892;
--emerald-700: #209274;
--emerald-800: #176953;
--emerald-900: #0F4335;
--emerald-950: #092A21;
}