Emerald
#6EDE79
GreenColor Codes
All color formats for development
HEX
#6EDE79RGB
rgb(110, 222, 121)HSL
hsl(126, 63%, 65%)OKLCH
oklch(0.811 0.173 145.7)CMYK
cmyk(50%, 0%, 45%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D860
2#37D247
3#2BBD3A
4#25A231
5#1F8729
6#196C21
7#125119
8#0C3610
9#061B08
Tints
Lighter variations
1#7CE186
2#8BE594
3#99E8A1
4#A8EBAE
5#B6EEBC
6#C5F2C9
7#D3F5D7
8#E2F8E4
9#F0FCF2
Tones
Muted variations
1#73D87D
2#79D382
3#7ECD86
4#84C78B
5#8AC28F
6#8FBC94
7#95B798
8#9BB19D
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE79 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D552 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB738 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21912C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186820 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E4;
--emerald-200: #C9F3CD;
--emerald-300: #9FE9A7;
--emerald-400: #6EDE79;
--emerald-500: #44D552;
--emerald-600: #2AB738;
--emerald-700: #21912C;
--emerald-800: #186820;
--emerald-900: #0F4314;
--emerald-950: #092A0D;
}