Emerald
#43D643
GreenColor Codes
All color formats for development
HEX
#43D643RGB
rgb(67, 214, 67)HSL
hsl(120, 64%, 55%)OKLCH
oklch(0.77 0.224 143)CMYK
cmyk(69%, 0%, 69%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF2D
2#28B828
3#23A123
4#1E8A1E
5#197319
6#145C14
7#0F450F
8#0A2E0A
9#051705
Tints
Lighter variations
1#56DA56
2#68DE68
3#7BE27B
4#8EE68E
5#A1EAA1
6#B4EEB4
7#C7F3C7
8#D9F7D9
9#ECFBEC
Tones
Muted variations
1#4ACE4A
2#51C751
3#59C059
4#60B860
5#68B168
6#6FAA6F
7#76A276
8#7E9B7E
9#859485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEA9F | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D643 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B828 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209220 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176917 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F430F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF2;
--emerald-100: #E2F9E2;
--emerald-200: #C9F3C9;
--emerald-300: #9FEA9F;
--emerald-400: #6DDF6D;
--emerald-500: #43D643;
--emerald-600: #28B828;
--emerald-700: #209220;
--emerald-800: #176917;
--emerald-900: #0F430F;
--emerald-950: #092A09;
}