Emerald
#46D24B
GreenColor Codes
All color formats for development
HEX
#46D24BRGB
rgb(70, 210, 75)HSL
hsl(122, 61%, 55%)OKLCH
oklch(0.761 0.213 143.6)CMYK
cmyk(67%, 0%, 64%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB36
2#2CB530
3#269E2A
4#218724
5#1B711E
6#165A18
7#104412
8#0B2D0C
9#051706
Tints
Lighter variations
1#59D75D
2#6BDB6F
3#7EE081
4#90E493
5#A3E9A5
6#B5EDB7
7#C8F2C9
8#DAF6DB
9#EDFBED
Tones
Muted variations
1#4DCB51
2#54C458
3#5BBD5F
4#62B665
5#69AF6C
6#70A872
7#77A179
8#7E9A7F
9#859386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC73 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB530 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E3;
--emerald-200: #CAF2CB;
--emerald-300: #A1E8A3;
--emerald-400: #6FDC73;
--emerald-500: #46D24B;
--emerald-600: #2CB530;
--emerald-700: #239026;
--emerald-800: #19671B;
--emerald-900: #104212;
--emerald-950: #0A290B;
}