Emerald
#43D660
GreenColor Codes
All color formats for development
HEX
#43D660RGB
rgb(67, 214, 96)HSL
hsl(132, 64%, 55%)OKLCH
oklch(0.773 0.202 146.6)CMYK
cmyk(69%, 0%, 55%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF4E
2#28B845
3#23A13C
4#1E8A34
5#19732B
6#145C23
7#0F451A
8#0A2E11
9#051709
Tints
Lighter variations
1#56DA70
2#68DE80
3#7BE290
4#8EE6A0
5#A1EAB0
6#B4EEBF
7#C7F3CF
8#D9F7DF
9#ECFBEF
Tones
Muted variations
1#4ACE65
2#51C769
3#59C06D
4#60B872
5#68B176
6#6FAA7B
7#76A27F
8#7E9B83
9#859488
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF83 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D660 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B845 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209237 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176927 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E6;
--emerald-200: #C9F3D1;
--emerald-300: #9FEAAE;
--emerald-400: #6DDF83;
--emerald-500: #43D660;
--emerald-600: #28B845;
--emerald-700: #209237;
--emerald-800: #176927;
--emerald-900: #0F4319;
--emerald-950: #092A10;
}