Emerald
#6FDC95
GreenColor Codes
All color formats for development
HEX
#6FDC95RGB
rgb(111, 220, 149)HSL
hsl(141, 61%, 65%)OKLCH
oklch(0.811 0.143 153.3)CMYK
cmyk(50%, 0%, 32%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D682
2#3ACF6E
3#2DBB5F
4#27A051
5#208544
6#1A6B36
7#135029
8#0D351B
9#061B0E
Tints
Lighter variations
1#7EE0A0
2#8CE3AB
3#9AE7B5
4#A9EAC0
5#B7EECA
6#C6F1D5
7#D4F5DF
8#E2F8EA
9#F1FCF4
Tones
Muted variations
1#75D797
2#7AD199
3#80CC9A
4#85C69C
5#8BC19E
6#90BC9F
7#95B6A1
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 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC95 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D277 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239049 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196734 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | 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: #A1E8BA;
--emerald-400: #6FDC95;
--emerald-500: #46D277;
--emerald-600: #2CB55C;
--emerald-700: #239049;
--emerald-800: #196734;
--emerald-900: #104221;
--emerald-950: #0A2915;
}