Emerald
#6EDE6E
GreenColor Codes
All color formats for development
HEX
#6EDE6ERGB
rgb(110, 222, 110)HSL
hsl(120, 63%, 65%)OKLCH
oklch(0.809 0.183 143.7)CMYK
cmyk(50%, 0%, 50%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D853
2#37D237
3#2BBD2B
4#25A225
5#1F871F
6#196C19
7#125112
8#0C360C
9#061B06
Tints
Lighter variations
1#7CE17C
2#8BE58B
3#99E899
4#A8EBA8
5#B6EEB6
6#C5F2C5
7#D3F5D3
8#E2F8E2
9#F0FCF0
Tones
Muted variations
1#73D873
2#79D379
3#7ECD7E
4#84C784
5#8AC28A
6#8FBC8F
7#95B795
8#9BB19B
9#A0ABA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE99F | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE6E | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D544 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219121 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186818 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F430F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E2;
--emerald-200: #C9F3C9;
--emerald-300: #9FE99F;
--emerald-400: #6EDE6E;
--emerald-500: #44D544;
--emerald-600: #2AB72A;
--emerald-700: #219121;
--emerald-800: #186818;
--emerald-900: #0F430F;
--emerald-950: #092A09;
}