Emerald
#43D696
GreenColor Codes
All color formats for development
HEX
#43D696RGB
rgb(67, 214, 150)HSL
hsl(154, 64%, 55%)OKLCH
oklch(0.783 0.155 160.3)CMYK
cmyk(69%, 0%, 30%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DCF89
2#28B87A
3#23A16B
4#1E8A5B
5#19734C
6#145C3D
7#0F452E
8#0A2E1E
9#05170F
Tints
Lighter variations
1#56DAA1
2#68DEAB
3#7BE2B6
4#8EE6C0
5#A1EACB
6#B4EED5
7#C7F3E0
8#D9F7EA
9#ECFBF5
Tones
Muted variations
1#4ACE95
2#51C794
3#59C093
4#60B892
5#68B191
6#6FAA90
7#76A28F
8#7E9B8E
9#85948D
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 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFAD | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D696 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B87A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209261 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176945 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E2F9EF;
--emerald-200: #C9F3E1;
--emerald-300: #9FEAC9;
--emerald-400: #6DDFAD;
--emerald-500: #43D696;
--emerald-600: #28B87A;
--emerald-700: #209261;
--emerald-800: #176945;
--emerald-900: #0F432C;
--emerald-950: #092A1C;
}