Emerald
#6FDC99
GreenColor Codes
All color formats for development
HEX
#6FDC99RGB
rgb(111, 220, 153)HSL
hsl(143, 61%, 65%)OKLCH
oklch(0.812 0.14 154.7)CMYK
cmyk(50%, 0%, 30%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D686
2#3ACF73
3#2DBB64
4#27A055
5#208547
6#1A6B39
7#13502B
8#0D351C
9#061B0E
Tints
Lighter variations
1#7EE0A3
2#8CE3AD
3#9AE7B8
4#A9EAC2
5#B7EECC
6#C6F1D6
7#D4F5E0
8#E2F8EB
9#F1FCF5
Tones
Muted variations
1#75D79A
2#7AD19C
3#80CC9D
4#85C69E
5#8BC19F
6#90BCA1
7#95B6A2
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 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC99 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB560 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196737 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104223 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EB;
--emerald-200: #CAF2D9;
--emerald-300: #A1E8BC;
--emerald-400: #6FDC99;
--emerald-500: #46D27C;
--emerald-600: #2CB560;
--emerald-700: #23904D;
--emerald-800: #196737;
--emerald-900: #104223;
--emerald-950: #0A2916;
}