Emerald
#46D259
GreenColor Codes
All color formats for development
HEX
#46D259RGB
rgb(70, 210, 89)HSL
hsl(128, 61%, 55%)OKLCH
oklch(0.763 0.202 145.4)CMYK
cmyk(67%, 0%, 58%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB46
2#2CB53E
3#269E36
4#21872F
5#1B7127
6#165A1F
7#104417
8#0B2D10
9#051708
Tints
Lighter variations
1#59D76A
2#6BDB7A
3#7EE08B
4#90E49B
5#A3E9AC
6#B5EDBD
7#C8F2CD
8#DAF6DE
9#EDFBEE
Tones
Muted variations
1#4DCB5E
2#54C463
3#5BBD68
4#62B66D
5#69AF73
6#70A878
7#77A17D
8#7E9A82
9#859387
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D259 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239031 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196723 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E5;
--emerald-200: #CAF2CF;
--emerald-300: #A1E8AA;
--emerald-400: #6FDC7E;
--emerald-500: #46D259;
--emerald-600: #2CB53E;
--emerald-700: #239031;
--emerald-800: #196723;
--emerald-900: #104217;
--emerald-950: #0A290E;
}