Emerald
#6FDC89
GreenColor Codes
All color formats for development
HEX
#6FDC89RGB
rgb(111, 220, 137)HSL
hsl(134, 61%, 65%)OKLCH
oklch(0.809 0.155 149.6)CMYK
cmyk(50%, 0%, 38%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D673
2#3ACF5D
3#2DBB4E
4#27A043
5#208538
6#1A6B2D
7#135022
8#0D3516
9#061B0B
Tints
Lighter variations
1#7EE095
2#8CE3A0
3#9AE7AC
4#A9EAB8
5#B7EEC4
6#C6F1D0
7#D4F5DC
8#E2F8E7
9#F1FCF3
Tones
Muted variations
1#75D78C
2#7AD18F
3#80CC91
4#85C694
5#8BC197
6#90BC9A
7#95B69D
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 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC89 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D267 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E7;
--emerald-200: #CAF2D3;
--emerald-300: #A1E8B1;
--emerald-400: #6FDC89;
--emerald-500: #46D267;
--emerald-600: #2CB54C;
--emerald-700: #23903C;
--emerald-800: #19672B;
--emerald-900: #10421C;
--emerald-950: #0A2911;
}