Emerald
#6FDC8B
GreenColor Codes
All color formats for development
HEX
#6FDC8BRGB
rgb(111, 220, 139)HSL
hsl(135, 61%, 65%)OKLCH
oklch(0.809 0.153 150.1)CMYK
cmyk(50%, 0%, 37%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D675
2#3ACF5F
3#2DBB51
4#27A045
5#20853A
6#1A6B2E
7#135023
8#0D3517
9#061B0C
Tints
Lighter variations
1#7EE096
2#8CE3A2
3#9AE7AD
4#A9EAB9
5#B7EEC5
6#C6F1D0
7#D4F5DC
8#E2F8E8
9#F1FCF3
Tones
Muted variations
1#75D78D
2#7AD190
3#80CC93
4#85C695
5#8BC198
6#90BC9B
7#95B69E
8#9BB1A0
9#A0ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D269 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E8;
--emerald-200: #CAF2D4;
--emerald-300: #A1E8B2;
--emerald-400: #6FDC8B;
--emerald-500: #46D269;
--emerald-600: #2CB54E;
--emerald-700: #23903E;
--emerald-800: #19672C;
--emerald-900: #10421C;
--emerald-950: #0A2912;
}