Emerald
#43D665
GreenColor Codes
All color formats for development
HEX
#43D665RGB
rgb(67, 214, 101)HSL
hsl(134, 64%, 55%)OKLCH
oklch(0.774 0.198 147.5)CMYK
cmyk(69%, 0%, 53%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF53
2#28B84A
3#23A141
4#1E8A37
5#19732E
6#145C25
7#0F451C
8#0A2E12
9#051709
Tints
Lighter variations
1#56DA74
2#68DE84
3#7BE293
4#8EE6A3
5#A1EAB2
6#B4EEC1
7#C7F3D1
8#D9F7E0
9#ECFBF0
Tones
Muted variations
1#4ACE69
2#51C76D
3#59C071
4#60B875
5#68B179
6#6FAA7D
7#76A280
8#7E9B84
9#859488
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF87 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E2F9E7;
--emerald-200: #C9F3D3;
--emerald-300: #9FEAB0;
--emerald-400: #6DDF87;
--emerald-500: #43D665;
--emerald-600: #28B84A;
--emerald-700: #20923B;
--emerald-800: #17692A;
--emerald-900: #0F431B;
--emerald-950: #092A11;
}