Emerald
#6FDC97
GreenColor Codes
All color formats for development
HEX
#6FDC97RGB
rgb(111, 220, 151)HSL
hsl(142, 61%, 65%)OKLCH
oklch(0.812 0.141 154)CMYK
cmyk(50%, 0%, 31%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D684
2#3ACF71
3#2DBB61
4#27A053
5#208545
6#1A6B38
7#13502A
8#0D351C
9#061B0E
Tints
Lighter variations
1#7EE0A2
2#8CE3AC
3#9AE7B6
4#A9EAC1
5#B7EECB
6#C6F1D5
7#D4F5E0
8#E2F8EA
9#F1FCF5
Tones
Muted variations
1#75D799
2#7AD19A
3#80CC9C
4#85C69D
5#8BC19E
6#90BCA0
7#95B6A1
8#9BB1A3
9#A0ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC97 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196735 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104222 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EA;
--emerald-200: #CAF2D8;
--emerald-300: #A1E8BB;
--emerald-400: #6FDC97;
--emerald-500: #46D27A;
--emerald-600: #2CB55E;
--emerald-700: #23904B;
--emerald-800: #196735;
--emerald-900: #104222;
--emerald-950: #0A2915;
}