Emerald
#6EDE7E
GreenColor Codes
All color formats for development
HEX
#6EDE7ERGB
rgb(110, 222, 126)HSL
hsl(129, 63%, 65%)OKLCH
oklch(0.812 0.168 146.8)CMYK
cmyk(50%, 0%, 43%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D867
2#37D24F
3#2BBD41
4#25A238
5#1F872E
6#196C25
7#12511C
8#0C3613
9#061B09
Tints
Lighter variations
1#7CE18B
2#8BE598
3#99E8A5
4#A8EBB2
5#B6EEBF
6#C5F2CC
7#D3F5D8
8#E2F8E5
9#F0FCF2
Tones
Muted variations
1#73D882
2#79D386
3#7ECD8A
4#84C78E
5#8AC292
6#8FBC96
7#95B79A
8#9BB19E
9#A0ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AA | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE7E | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB73F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219132 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186824 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E5;
--emerald-200: #C9F3CF;
--emerald-300: #9FE9AA;
--emerald-400: #6EDE7E;
--emerald-500: #44D55A;
--emerald-600: #2AB73F;
--emerald-700: #219132;
--emerald-800: #186824;
--emerald-900: #0F4317;
--emerald-950: #092A0E;
}