Emerald
#6EDE91
GreenColor Codes
All color formats for development
HEX
#6EDE91RGB
rgb(110, 222, 145)HSL
hsl(139, 63%, 65%)OKLCH
oklch(0.815 0.15 151.9)CMYK
cmyk(50%, 0%, 35%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D87D
2#37D268
3#2BBD59
4#25A24C
5#1F8740
6#196C33
7#125126
8#0C3619
9#061B0D
Tints
Lighter variations
1#7CE19C
2#8BE5A7
3#99E8B2
4#A8EBBD
5#B6EEC8
6#C5F2D3
7#D3F5DE
8#E2F8E9
9#F0FCF4
Tones
Muted variations
1#73D893
2#79D395
3#7ECD97
4#84C799
5#8AC29B
6#8FBC9E
7#95B7A0
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 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE91 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D572 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB756 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219145 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186831 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8E9;
--emerald-200: #C9F3D6;
--emerald-300: #9FE9B7;
--emerald-400: #6EDE91;
--emerald-500: #44D572;
--emerald-600: #2AB756;
--emerald-700: #219145;
--emerald-800: #186831;
--emerald-900: #0F431F;
--emerald-950: #092A14;
}