Emerald
#46D24D
GreenColor Codes
All color formats for development
HEX
#46D24DRGB
rgb(70, 210, 77)HSL
hsl(123, 61%, 55%)OKLCH
oklch(0.762 0.211 143.9)CMYK
cmyk(67%, 0%, 63%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB39
2#2CB533
3#269E2C
4#218726
5#1B7120
6#165A19
7#104413
8#0B2D0D
9#051706
Tints
Lighter variations
1#59D75F
2#6BDB71
3#7EE083
4#90E494
5#A3E9A6
6#B5EDB8
7#C8F2CA
8#DAF6DB
9#EDFBED
Tones
Muted variations
1#4DCB54
2#54C45A
3#5BBD60
4#62B666
5#69AF6D
6#70A873
7#77A179
8#7E9A80
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 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC75 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB533 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E3;
--emerald-200: #CAF2CC;
--emerald-300: #A1E8A4;
--emerald-400: #6FDC75;
--emerald-500: #46D24D;
--emerald-600: #2CB533;
--emerald-700: #239028;
--emerald-800: #19671D;
--emerald-900: #104212;
--emerald-950: #0A290C;
}