Emerald
#43D645
GreenColor Codes
All color formats for development
HEX
#43D645RGB
rgb(67, 214, 69)HSL
hsl(121, 64%, 55%)OKLCH
oklch(0.771 0.222 143.2)CMYK
cmyk(69%, 0%, 68%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF30
2#28B82B
3#23A125
4#1E8A20
5#19731B
6#145C15
7#0F4510
8#0A2E0B
9#051705
Tints
Lighter variations
1#56DA58
2#68DE6A
3#7BE27D
4#8EE690
5#A1EAA2
6#B4EEB5
7#C7F3C7
8#D9F7DA
9#ECFBEC
Tones
Muted variations
1#4ACE4C
2#51C753
3#59C05B
4#60B862
5#68B169
6#6FAA70
7#76A277
8#7E9B7E
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 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6F | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D645 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B82B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209222 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176918 | 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: #C9F3C9;
--emerald-300: #9FEAA0;
--emerald-400: #6DDF6F;
--emerald-500: #43D645;
--emerald-600: #28B82B;
--emerald-700: #209222;
--emerald-800: #176918;
--emerald-900: #0F4310;
--emerald-950: #092A0A;
}