Emerald
#43D648
GreenColor Codes
All color formats for development
HEX
#43D648RGB
rgb(67, 214, 72)HSL
hsl(122, 64%, 55%)OKLCH
oklch(0.771 0.22 143.5)CMYK
cmyk(69%, 0%, 66%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF33
2#28B82D
3#23A128
4#1E8A22
5#19731C
6#145C17
7#0F4511
8#0A2E0B
9#051706
Tints
Lighter variations
1#56DA5A
2#68DE6C
3#7BE27F
4#8EE691
5#A1EAA3
6#B4EEB6
7#C7F3C8
8#D9F7DA
9#ECFBED
Tones
Muted variations
1#4ACE4F
2#51C755
3#59C05C
4#60B863
5#68B16A
6#6FAA71
7#76A278
8#7E9B7F
9#859485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF70 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D648 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B82D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209224 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF3;
--emerald-100: #E2F9E2;
--emerald-200: #C9F3CA;
--emerald-300: #9FEAA1;
--emerald-400: #6DDF70;
--emerald-500: #43D648;
--emerald-600: #28B82D;
--emerald-700: #209224;
--emerald-800: #17691A;
--emerald-900: #0F4310;
--emerald-950: #092A0A;
}