Emerald
#6FDCA0
GreenColor Codes
All color formats for development
HEX
#6FDCA0RGB
rgb(111, 220, 160)HSL
hsl(147, 61%, 65%)OKLCH
oklch(0.814 0.133 157.5)CMYK
cmyk(50%, 0%, 27%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D68F
2#3ACF7D
3#2DBB6D
4#27A05D
5#20854E
6#1A6B3E
7#13502F
8#0D351F
9#061B10
Tints
Lighter variations
1#7EE0AA
2#8CE3B3
3#9AE7BD
4#A9EAC6
5#B7EED0
6#C6F1D9
7#D4F5E3
8#E2F8EC
9#F1FCF6
Tones
Muted variations
1#75D7A1
2#7AD1A1
3#80CCA2
4#85C6A2
5#8BC1A3
6#90BCA4
7#95B6A4
8#9BB1A5
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA0 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D285 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB569 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239054 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104226 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DC;
--emerald-300: #A1E8C1;
--emerald-400: #6FDCA0;
--emerald-500: #46D285;
--emerald-600: #2CB569;
--emerald-700: #239054;
--emerald-800: #19673C;
--emerald-900: #104226;
--emerald-950: #0A2918;
}