Emerald
#43D69B
GreenColor Codes
All color formats for development
HEX
#43D69BRGB
rgb(67, 214, 155)HSL
hsl(156, 64%, 55%)OKLCH
oklch(0.784 0.151 162.2)CMYK
cmyk(69%, 0%, 28%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF8E
2#28B87F
3#23A16F
4#1E8A5F
5#19734F
6#145C3F
7#0F452F
8#0A2E20
9#051710
Tints
Lighter variations
1#56DAA5
2#68DEAF
3#7BE2B9
4#8EE6C3
5#A1EACD
6#B4EED7
7#C7F3E1
8#D9F7EB
9#ECFBF5
Tones
Muted variations
1#4ACE99
2#51C798
3#59C097
4#60B895
5#68B194
6#6FAA92
7#76A291
8#7E9B8F
9#85948E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEACC | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFB1 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D69B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176948 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E2F9EF;
--emerald-200: #C9F3E2;
--emerald-300: #9FEACC;
--emerald-400: #6DDFB1;
--emerald-500: #43D69B;
--emerald-600: #28B87F;
--emerald-700: #209265;
--emerald-800: #176948;
--emerald-900: #0F432E;
--emerald-950: #092A1D;
}