Emerald
#6FDC94
GreenColor Codes
All color formats for development
HEX
#6FDC94RGB
rgb(111, 220, 148)HSL
hsl(140, 61%, 65%)OKLCH
oklch(0.811 0.144 153)CMYK
cmyk(50%, 0%, 33%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D680
2#3ACF6C
3#2DBB5C
4#27A04F
5#208542
6#1A6B35
7#135028
8#0D351A
9#061B0D
Tints
Lighter variations
1#7EE09E
2#8CE3A9
3#9AE7B4
4#A9EABF
5#B7EEC9
6#C6F1D4
7#D4F5DF
8#E2F8EA
9#F1FCF4
Tones
Muted variations
1#75D795
2#7AD197
3#80CC99
4#85C69B
5#8BC19D
6#90BC9E
7#95B6A0
8#9BB1A2
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 #CAF2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC94 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D275 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239047 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196733 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EA;
--emerald-200: #CAF2D7;
--emerald-300: #A1E8B8;
--emerald-400: #6FDC94;
--emerald-500: #46D275;
--emerald-600: #2CB559;
--emerald-700: #239047;
--emerald-800: #196733;
--emerald-900: #104221;
--emerald-950: #0A2914;
}