Emerald
#46D27C
GreenColor Codes
All color formats for development
HEX
#46D27CRGB
rgb(70, 210, 124)HSL
hsl(143, 61%, 55%)OKLCH
oklch(0.768 0.172 152.5)CMYK
cmyk(67%, 0%, 41%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB6C
2#2CB560
3#269E54
4#218748
5#1B713C
6#165A30
7#104424
8#0B2D18
9#05170C
Tints
Lighter variations
1#59D789
2#6BDB96
3#7EE0A3
4#90E4B0
5#A3E9BD
6#B5EDCB
7#C8F2D8
8#DAF6E5
9#EDFBF2
Tones
Muted variations
1#4DCB7E
2#54C47F
3#5BBD81
4#62B682
5#69AF84
6#70A886
7#77A187
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 #CAF2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC99 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB560 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196737 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104223 | 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: #CAF2D9;
--emerald-300: #A1E8BC;
--emerald-400: #6FDC99;
--emerald-500: #46D27C;
--emerald-600: #2CB560;
--emerald-700: #23904D;
--emerald-800: #196737;
--emerald-900: #104223;
--emerald-950: #0A2916;
}