Emerald
#46D26C
GreenColor Codes
All color formats for development
HEX
#46D26CRGB
rgb(70, 210, 108)HSL
hsl(136, 61%, 55%)OKLCH
oklch(0.766 0.186 148.8)CMYK
cmyk(67%, 0%, 49%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB5A
2#2CB550
3#269E46
4#21873C
5#1B7132
6#165A28
7#10441E
8#0B2D14
9#05170A
Tints
Lighter variations
1#59D77A
2#6BDB89
3#7EE098
4#90E4A7
5#A3E9B5
6#B5EDC4
7#C8F2D3
8#DAF6E2
9#EDFBF0
Tones
Muted variations
1#4DCB6F
2#54C472
3#5BBD75
4#62B679
5#69AF7C
6#70A87F
7#77A182
8#7E9A86
9#859389
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;
}