Emerald
#46D277
GreenColor Codes
All color formats for development
HEX
#46D277RGB
rgb(70, 210, 119)HSL
hsl(141, 61%, 55%)OKLCH
oklch(0.767 0.176 151.2)CMYK
cmyk(67%, 0%, 43%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB67
2#2CB55C
3#269E50
4#218745
5#1B7139
6#165A2E
7#104422
8#0B2D17
9#05170B
Tints
Lighter variations
1#59D785
2#6BDB92
3#7EE0A0
4#90E4AE
5#A3E9BB
6#B5EDC9
7#C8F2D6
8#DAF6E4
9#EDFBF1
Tones
Muted variations
1#4DCB79
2#54C47B
3#5BBD7E
4#62B680
5#69AF82
6#70A884
7#77A186
8#7E9A88
9#85938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC95 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D277 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239049 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196734 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EA;
--emerald-200: #CAF2D8;
--emerald-300: #A1E8BA;
--emerald-400: #6FDC95;
--emerald-500: #46D277;
--emerald-600: #2CB55C;
--emerald-700: #239049;
--emerald-800: #196734;
--emerald-900: #104221;
--emerald-950: #0A2915;
}