Emerald
#43D663
GreenColor Codes
All color formats for development
HEX
#43D663RGB
rgb(67, 214, 99)HSL
hsl(133, 64%, 55%)OKLCH
oklch(0.774 0.2 147.1)CMYK
cmyk(69%, 0%, 54%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF50
2#28B848
3#23A13F
4#1E8A36
5#19732D
6#145C24
7#0F451B
8#0A2E12
9#051709
Tints
Lighter variations
1#56DA72
2#68DE82
3#7BE292
4#8EE6A1
5#A1EAB1
6#B4EEC0
7#C7F3D0
8#D9F7E0
9#ECFBEF
Tones
Muted variations
1#4ACE67
2#51C76B
3#59C06F
4#60B873
5#68B177
6#6FAA7C
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 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAF | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF85 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D663 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B848 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209239 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176929 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | 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: #F2FCF5;
--emerald-100: #E2F9E7;
--emerald-200: #C9F3D2;
--emerald-300: #9FEAAF;
--emerald-400: #6DDF85;
--emerald-500: #43D663;
--emerald-600: #28B848;
--emerald-700: #209239;
--emerald-800: #176929;
--emerald-900: #0F431A;
--emerald-950: #092A10;
}