Emerald
#6FDC78
GreenColor Codes
All color formats for development
HEX
#6FDC78RGB
rgb(111, 220, 120)HSL
hsl(125, 61%, 65%)OKLCH
oklch(0.806 0.171 145.4)CMYK
cmyk(50%, 0%, 45%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D65F
2#3ACF46
3#2DBB39
4#27A031
5#208529
6#1A6B21
7#135018
8#0D3510
9#061B08
Tints
Lighter variations
1#7EE086
2#8CE393
3#9AE7A1
4#A9EAAE
5#B7EEBC
6#C6F1C9
7#D4F5D7
8#E2F8E4
9#F1FCF2
Tones
Muted variations
1#75D77D
2#7AD181
3#80CC86
4#85C68B
5#8BC18F
6#90BC94
7#95B698
8#9BB19D
9#A0ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC78 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D252 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB537 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104214 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E4;
--emerald-200: #CAF2CD;
--emerald-300: #A1E8A7;
--emerald-400: #6FDC78;
--emerald-500: #46D252;
--emerald-600: #2CB537;
--emerald-700: #23902C;
--emerald-800: #19671F;
--emerald-900: #104214;
--emerald-950: #0A290D;
}