Emerald
#43D67B
GreenColor Codes
All color formats for development
HEX
#43D67BRGB
rgb(67, 214, 123)HSL
hsl(143, 64%, 55%)OKLCH
oklch(0.778 0.179 152)CMYK
cmyk(69%, 0%, 43%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF6B
2#28B85F
3#23A154
4#1E8A48
5#19733C
6#145C30
7#0F4524
8#0A2E18
9#05170C
Tints
Lighter variations
1#56DA88
2#68DE95
3#7BE2A3
4#8EE6B0
5#A1EABD
6#B4EECA
7#C7F3D7
8#D9F7E5
9#ECFBF2
Tones
Muted variations
1#4ACE7D
2#51C77F
3#59C080
4#60B882
5#68B184
6#6FAA85
7#76A287
8#7E9B89
9#85948B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABC | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF98 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176936 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4323 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9EA;
--emerald-200: #C9F3D9;
--emerald-300: #9FEABC;
--emerald-400: #6DDF98;
--emerald-500: #43D67B;
--emerald-600: #28B85F;
--emerald-700: #20924C;
--emerald-800: #176936;
--emerald-900: #0F4323;
--emerald-950: #092A16;
}