Emerald
#6FDC83
GreenColor Codes
All color formats for development
HEX
#6FDC83RGB
rgb(111, 220, 131)HSL
hsl(131, 61%, 65%)OKLCH
oklch(0.808 0.16 148)CMYK
cmyk(50%, 0%, 40%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D66C
2#3ACF55
3#2DBB47
4#27A03D
5#208533
6#1A6B29
7#13501F
8#0D3514
9#061B0A
Tints
Lighter variations
1#7EE090
2#8CE39C
3#9AE7A8
4#A9EAB5
5#B7EEC1
6#C6F1CE
7#D4F5DA
8#E2F8E6
9#F1FCF3
Tones
Muted variations
1#75D787
2#7AD18A
3#80CC8E
4#85C691
5#8BC195
6#90BC98
7#95B69B
8#9BB19F
9#A0ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC83 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D260 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB545 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239037 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196727 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104219 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #CAF2D1;
--emerald-300: #A1E8AE;
--emerald-400: #6FDC83;
--emerald-500: #46D260;
--emerald-600: #2CB545;
--emerald-700: #239037;
--emerald-800: #196727;
--emerald-900: #104219;
--emerald-950: #0A2910;
}