Emerald
#43D680
GreenColor Codes
All color formats for development
HEX
#43D680RGB
rgb(67, 214, 128)HSL
hsl(145, 64%, 55%)OKLCH
oklch(0.778 0.174 153.3)CMYK
cmyk(69%, 0%, 40%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF71
2#28B864
3#23A158
4#1E8A4B
5#19733F
6#145C32
7#0F4526
8#0A2E19
9#05170D
Tints
Lighter variations
1#56DA8D
2#68DE99
3#7BE2A6
4#8EE6B3
5#A1EAC0
6#B4EECC
7#C7F3D9
8#D9F7E6
9#ECFBF2
Tones
Muted variations
1#4ACE81
2#51C782
3#59C084
4#60B885
5#68B186
6#6FAA87
7#76A289
8#7E9B8A
9#85948B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9C | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D680 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B864 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209250 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176939 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF7;
--emerald-100: #E2F9EB;
--emerald-200: #C9F3DA;
--emerald-300: #9FEABE;
--emerald-400: #6DDF9C;
--emerald-500: #43D680;
--emerald-600: #28B864;
--emerald-700: #209250;
--emerald-800: #176939;
--emerald-900: #0F4324;
--emerald-950: #092A17;
}