Emerald
#6EDE97
GreenColor Codes
All color formats for development
HEX
#6EDE97RGB
rgb(110, 222, 151)HSL
hsl(142, 63%, 65%)OKLCH
oklch(0.816 0.145 153.9)CMYK
cmyk(50%, 0%, 32%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D883
2#37D270
3#2BBD61
4#25A253
5#1F8745
6#196C37
7#125129
8#0C361C
9#061B0E
Tints
Lighter variations
1#7CE1A1
2#8BE5AC
3#99E8B6
4#A8EBC0
5#B6EECB
6#C5F2D5
7#D3F5E0
8#E2F8EA
9#F0FCF5
Tones
Muted variations
1#73D898
2#79D39A
3#7ECD9B
4#84C79D
5#8AC29E
6#8FBCA0
7#95B7A1
8#9BB1A3
9#A0ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BA | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE97 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D579 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB75D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186835 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EA;
--emerald-200: #C9F3D8;
--emerald-300: #9FE9BA;
--emerald-400: #6EDE97;
--emerald-500: #44D579;
--emerald-600: #2AB75D;
--emerald-700: #21914A;
--emerald-800: #186835;
--emerald-900: #0F4322;
--emerald-950: #092A15;
}