Emerald
#6FDC85
GreenColor Codes
All color formats for development
HEX
#6FDC85RGB
rgb(111, 220, 133)HSL
hsl(132, 61%, 65%)OKLCH
oklch(0.808 0.158 148.5)CMYK
cmyk(50%, 0%, 40%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D66E
2#3ACF58
3#2DBB4A
4#27A03F
5#208535
6#1A6B2A
7#135020
8#0D3515
9#061B0B
Tints
Lighter variations
1#7EE091
2#8CE39D
3#9AE7AA
4#A9EAB6
5#B7EEC2
6#C6F1CE
7#D4F5DA
8#E2F8E7
9#F1FCF3
Tones
Muted variations
1#75D788
2#7AD18C
3#80CC8F
4#85C692
5#8BC195
6#90BC99
7#95B69C
8#9BB19F
9#A0ABA2
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 #CAF2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC85 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D262 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB547 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239039 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196728 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421A | 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: #F3FCF5;
--emerald-100: #E2F8E7;
--emerald-200: #CAF2D2;
--emerald-300: #A1E8AF;
--emerald-400: #6FDC85;
--emerald-500: #46D262;
--emerald-600: #2CB547;
--emerald-700: #239039;
--emerald-800: #196728;
--emerald-900: #10421A;
--emerald-950: #0A2910;
}