Emerald
#6EDE95
GreenColor Codes
All color formats for development
HEX
#6EDE95RGB
rgb(110, 222, 149)HSL
hsl(141, 63%, 65%)OKLCH
oklch(0.816 0.147 153.2)CMYK
cmyk(50%, 0%, 33%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D881
2#37D26D
3#2BBD5E
4#25A251
5#1F8743
6#196C36
7#125128
8#0C361B
9#061B0D
Tints
Lighter variations
1#7CE19F
2#8BE5AA
3#99E8B5
4#A8EBBF
5#B6EECA
6#C5F2D5
7#D3F5DF
8#E2F8EA
9#F0FCF4
Tones
Muted variations
1#73D897
2#79D398
3#7ECD9A
4#84C79C
5#8AC29D
6#8FBC9F
7#95B7A1
8#9BB1A2
9#A0ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE95 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D577 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB75B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219148 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186834 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EA;
--emerald-200: #C9F3D8;
--emerald-300: #9FE9B9;
--emerald-400: #6EDE95;
--emerald-500: #44D577;
--emerald-600: #2AB75B;
--emerald-700: #219148;
--emerald-800: #186834;
--emerald-900: #0F4321;
--emerald-950: #092A15;
}