Emerald
#43D65E
GreenColor Codes
All color formats for development
HEX
#43D65ERGB
rgb(67, 214, 94)HSL
hsl(131, 64%, 55%)OKLCH
oklch(0.773 0.204 146.3)CMYK
cmyk(69%, 0%, 56%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF4B
2#28B843
3#23A13A
4#1E8A32
5#19732A
6#145C21
7#0F4519
8#0A2E11
9#051708
Tints
Lighter variations
1#56DA6E
2#68DE7E
3#7BE28E
4#8EE69E
5#A1EAAE
6#B4EEBE
7#C7F3CF
8#D9F7DF
9#ECFBEF
Tones
Muted variations
1#4ACE62
2#51C767
3#59C06C
4#60B870
5#68B175
6#6FAA7A
7#76A27E
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 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF82 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D65E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B843 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209235 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176926 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E6;
--emerald-200: #C9F3D0;
--emerald-300: #9FEAAD;
--emerald-400: #6DDF82;
--emerald-500: #43D65E;
--emerald-600: #28B843;
--emerald-700: #209235;
--emerald-800: #176926;
--emerald-900: #0F4318;
--emerald-950: #092A0F;
}