Emerald
#43D691
GreenColor Codes
All color formats for development
HEX
#43D691RGB
rgb(67, 214, 145)HSL
hsl(152, 64%, 55%)OKLCH
oklch(0.782 0.159 158.5)CMYK
cmyk(69%, 0%, 32%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF84
2#28B875
3#23A166
4#1E8A58
5#197349
6#145C3A
7#0F452C
8#0A2E1D
9#05170F
Tints
Lighter variations
1#56DA9C
2#68DEA7
3#7BE2B2
4#8EE6BD
5#A1EAC8
6#B4EED3
7#C7F3DE
8#D9F7E9
9#ECFBF4
Tones
Muted variations
1#4ACE91
2#51C790
3#59C090
4#60B88F
5#68B18F
6#6FAA8E
7#76A28E
8#7E9B8D
9#85948D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAA | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D691 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B875 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176942 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E2F9EE;
--emerald-200: #C9F3DF;
--emerald-300: #9FEAC7;
--emerald-400: #6DDFAA;
--emerald-500: #43D691;
--emerald-600: #28B875;
--emerald-700: #20925D;
--emerald-800: #176942;
--emerald-900: #0F432B;
--emerald-950: #092A1B;
}