Emerald
#6FDC80
GreenColor Codes
All color formats for development
HEX
#6FDC80RGB
rgb(111, 220, 128)HSL
hsl(129, 61%, 65%)OKLCH
oklch(0.808 0.163 147.2)CMYK
cmyk(50%, 0%, 42%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D668
2#3ACF50
3#2DBB42
4#27A039
5#20852F
6#1A6B26
7#13501C
8#0D3513
9#061B09
Tints
Lighter variations
1#7EE08C
2#8CE399
3#9AE7A6
4#A9EAB3
5#B7EEBF
6#C6F1CC
7#D4F5D9
8#E2F8E6
9#F1FCF2
Tones
Muted variations
1#75D783
2#7AD187
3#80CC8B
4#85C68F
5#8BC193
6#90BC97
7#95B69A
8#9BB19E
9#A0ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC80 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB540 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239033 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196725 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #CAF2D0;
--emerald-300: #A1E8AB;
--emerald-400: #6FDC80;
--emerald-500: #46D25B;
--emerald-600: #2CB540;
--emerald-700: #239033;
--emerald-800: #196725;
--emerald-900: #104217;
--emerald-950: #0A290F;
}