Emerald
#6EDE71
GreenColor Codes
All color formats for development
HEX
#6EDE71RGB
rgb(110, 222, 113)HSL
hsl(122, 63%, 65%)OKLCH
oklch(0.81 0.18 144.2)CMYK
cmyk(50%, 0%, 49%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D857
2#37D23D
3#2BBD30
4#25A229
5#1F8722
6#196C1B
7#125114
8#0C360E
9#061B07
Tints
Lighter variations
1#7CE17F
2#8BE58E
3#99E89C
4#A8EBAA
5#B6EEB8
6#C5F2C6
7#D3F5D4
8#E2F8E3
9#F0FCF1
Tones
Muted variations
1#73D877
2#79D37C
3#7ECD81
4#84C786
5#8AC28C
6#8FBC91
7#95B796
8#9BB19B
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9A2 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE71 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D549 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219125 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18681A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E3;
--emerald-200: #C9F3CA;
--emerald-300: #9FE9A2;
--emerald-400: #6EDE71;
--emerald-500: #44D549;
--emerald-600: #2AB72E;
--emerald-700: #219125;
--emerald-800: #18681A;
--emerald-900: #0F4311;
--emerald-950: #092A0B;
}