Emerald
#6EDE88
GreenColor Codes
All color formats for development
HEX
#6EDE88RGB
rgb(110, 222, 136)HSL
hsl(134, 63%, 65%)OKLCH
oklch(0.813 0.159 149.3)CMYK
cmyk(50%, 0%, 39%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D872
2#37D25B
3#2BBD4D
4#25A242
5#1F8737
6#196C2C
7#125121
8#0C3616
9#061B0B
Tints
Lighter variations
1#7CE194
2#8BE5A0
3#99E8AC
4#A8EBB7
5#B6EEC3
6#C5F2CF
7#D3F5DB
8#E2F8E7
9#F0FCF3
Tones
Muted variations
1#73D88B
2#79D38E
3#7ECD91
4#84C794
5#8AC297
6#8FBC9A
7#95B79D
8#9BB1A0
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B1 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE88 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D566 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E7;
--emerald-200: #C9F3D3;
--emerald-300: #9FE9B1;
--emerald-400: #6EDE88;
--emerald-500: #44D566;
--emerald-600: #2AB74B;
--emerald-700: #21913B;
--emerald-800: #18682A;
--emerald-900: #0F431B;
--emerald-950: #092A11;
}