Emerald
#46D27E
GreenColor Codes
All color formats for development
HEX
#46D27ERGB
rgb(70, 210, 126)HSL
hsl(144, 61%, 55%)OKLCH
oklch(0.769 0.17 153)CMYK
cmyk(67%, 0%, 40%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB6F
2#2CB563
3#269E56
4#21874A
5#1B713E
6#165A31
7#104425
8#0B2D19
9#05170C
Tints
Lighter variations
1#59D78B
2#6BDB98
3#7EE0A5
4#90E4B2
5#A3E9BF
6#B5EDCC
7#C8F2D8
8#DAF6E5
9#EDFBF2
Tones
Muted variations
1#4DCB80
2#54C481
3#5BBD82
4#62B684
5#69AF85
6#70A887
7#77A188
8#7E9A89
9#85938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB563 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196738 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104224 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EB;
--emerald-200: #CAF2DA;
--emerald-300: #A1E8BD;
--emerald-400: #6FDC9B;
--emerald-500: #46D27E;
--emerald-600: #2CB563;
--emerald-700: #23904E;
--emerald-800: #196738;
--emerald-900: #104224;
--emerald-950: #0A2916;
}