Emerald
#6FDC8C
GreenColor Codes
All color formats for development
HEX
#6FDC8CRGB
rgb(111, 220, 140)HSL
hsl(136, 61%, 65%)OKLCH
oklch(0.81 0.152 150.4)CMYK
cmyk(50%, 0%, 36%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D677
2#3ACF62
3#2DBB53
4#27A047
5#20853B
6#1A6B2F
7#135024
8#0D3518
9#061B0C
Tints
Lighter variations
1#7EE098
2#8CE3A3
3#9AE7AF
4#A9EABA
5#B7EEC6
6#C6F1D1
7#D4F5DD
8#E2F8E8
9#F1FCF4
Tones
Muted variations
1#75D78F
2#7AD191
3#80CC94
4#85C697
5#8BC199
6#90BC9C
7#95B69E
8#9BB1A1
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 #A1E8B4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8C | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D26C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB550 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239040 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421D | 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: #A1E8B4;
--emerald-400: #6FDC8C;
--emerald-500: #46D26C;
--emerald-600: #2CB550;
--emerald-700: #239040;
--emerald-800: #19672E;
--emerald-900: #10421D;
--emerald-950: #0A2912;
}