Emerald
#6FDC81
GreenColor Codes
All color formats for development
HEX
#6FDC81RGB
rgb(111, 220, 129)HSL
hsl(130, 61%, 65%)OKLCH
oklch(0.808 0.162 147.5)CMYK
cmyk(50%, 0%, 41%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D66A
2#3ACF53
3#2DBB45
4#27A03B
5#208531
6#1A6B27
7#13501E
8#0D3514
9#061B0A
Tints
Lighter variations
1#7EE08E
2#8CE39B
3#9AE7A7
4#A9EAB4
5#B7EEC0
6#C6F1CD
7#D4F5D9
8#E2F8E6
9#F1FCF2
Tones
Muted variations
1#75D785
2#7AD189
3#80CC8C
4#85C690
5#8BC194
6#90BC97
7#95B69B
8#9BB19E
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 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC81 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB543 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239035 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196726 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104218 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #CAF2D0;
--emerald-300: #A1E8AC;
--emerald-400: #6FDC81;
--emerald-500: #46D25E;
--emerald-600: #2CB543;
--emerald-700: #239035;
--emerald-800: #196726;
--emerald-900: #104218;
--emerald-950: #0A290F;
}