Emerald
#6EDE9B
GreenColor Codes
All color formats for development
HEX
#6EDE9BRGB
rgb(110, 222, 155)HSL
hsl(144, 63%, 65%)OKLCH
oklch(0.817 0.141 155.3)CMYK
cmyk(50%, 0%, 30%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D888
2#37D275
3#2BBD65
4#25A257
5#1F8748
6#196C3A
7#12512B
8#0C361D
9#061B0E
Tints
Lighter variations
1#7CE1A5
2#8BE5AF
3#99E8B9
4#A8EBC3
5#B6EECD
6#C5F2D7
7#D3F5E1
8#E2F8EB
9#F0FCF5
Tones
Muted variations
1#73D89C
2#79D39D
3#7ECD9E
4#84C79F
5#8AC2A0
6#8FBCA1
7#95B7A2
8#9BB1A4
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE9B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB762 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EB;
--emerald-200: #C9F3DA;
--emerald-300: #9FE9BD;
--emerald-400: #6EDE9B;
--emerald-500: #44D57E;
--emerald-600: #2AB762;
--emerald-700: #21914E;
--emerald-800: #186838;
--emerald-900: #0F4324;
--emerald-950: #092A16;
}