Emerald
#6EDE93
GreenColor Codes
All color formats for development
HEX
#6EDE93RGB
rgb(110, 222, 147)HSL
hsl(140, 63%, 65%)OKLCH
oklch(0.816 0.148 152.5)CMYK
cmyk(50%, 0%, 34%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D87F
2#37D26B
3#2BBD5C
4#25A24F
5#1F8741
6#196C34
7#125127
8#0C361A
9#061B0D
Tints
Lighter variations
1#7CE19E
2#8BE5A9
3#99E8B3
4#A8EBBE
5#B6EEC9
6#C5F2D4
7#D3F5DF
8#E2F8E9
9#F0FCF4
Tones
Muted variations
1#73D895
2#79D397
3#7ECD99
4#84C79B
5#8AC29C
6#8FBC9E
7#95B7A0
8#9BB1A2
9#A0ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE93 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D574 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219147 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186832 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8E9;
--emerald-200: #C9F3D7;
--emerald-300: #9FE9B8;
--emerald-400: #6EDE93;
--emerald-500: #44D574;
--emerald-600: #2AB759;
--emerald-700: #219147;
--emerald-800: #186832;
--emerald-900: #0F4320;
--emerald-950: #092A14;
}