Emerald
#6EDE82
GreenColor Codes
All color formats for development
HEX
#6EDE82RGB
rgb(110, 222, 130)HSL
hsl(131, 63%, 65%)OKLCH
oklch(0.812 0.164 147.8)CMYK
cmyk(50%, 0%, 41%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D86B
2#37D254
3#2BBD46
4#25A23C
5#1F8732
6#196C28
7#12511E
8#0C3614
9#061B0A
Tints
Lighter variations
1#7CE18F
2#8BE59B
3#99E8A8
4#A8EBB4
5#B6EEC1
6#C5F2CD
7#D3F5DA
8#E2F8E6
9#F0FCF3
Tones
Muted variations
1#73D886
2#79D389
3#7ECD8D
4#84C790
5#8AC294
6#8FBC98
7#95B79B
8#9BB19F
9#A0ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE82 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB743 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219136 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186826 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #C9F3D1;
--emerald-300: #9FE9AD;
--emerald-400: #6EDE82;
--emerald-500: #44D55E;
--emerald-600: #2AB743;
--emerald-700: #219136;
--emerald-800: #186826;
--emerald-900: #0F4319;
--emerald-950: #092A0F;
}