Emerald
#6FDC71
GreenColor Codes
All color formats for development
HEX
#6FDC71RGB
rgb(111, 220, 113)HSL
hsl(121, 61%, 65%)OKLCH
oklch(0.805 0.177 144.1)CMYK
cmyk(50%, 0%, 49%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D657
2#3ACF3C
3#2DBB30
4#27A029
5#208522
6#1A6B1B
7#135014
8#0D350E
9#061B07
Tints
Lighter variations
1#7EE07F
2#8CE38D
3#9AE79C
4#A9EAAA
5#B7EEB8
6#C6F1C6
7#D4F5D4
8#E2F8E3
9#F1FCF1
Tones
Muted variations
1#75D776
2#7AD17C
3#80CC81
4#85C686
5#8BC18B
6#90BC91
7#95B696
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 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC71 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D249 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB52E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239025 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104211 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E3;
--emerald-200: #CAF2CA;
--emerald-300: #A1E8A2;
--emerald-400: #6FDC71;
--emerald-500: #46D249;
--emerald-600: #2CB52E;
--emerald-700: #239025;
--emerald-800: #19671A;
--emerald-900: #104211;
--emerald-950: #0A290A;
}