Emerald
#46D25E
GreenColor Codes
All color formats for development
HEX
#46D25ERGB
rgb(70, 210, 94)HSL
hsl(130, 61%, 55%)OKLCH
oklch(0.764 0.198 146.2)CMYK
cmyk(67%, 0%, 55%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB4B
2#2CB543
3#269E3A
4#218732
5#1B712A
6#165A21
7#104419
8#0B2D11
9#051708
Tints
Lighter variations
1#59D76E
2#6BDB7E
3#7EE08E
4#90E49E
5#A3E9AE
6#B5EDBE
7#C8F2CF
8#DAF6DF
9#EDFBEF
Tones
Muted variations
1#4DCB62
2#54C467
3#5BBD6C
4#62B670
5#69AF75
6#70A87A
7#77A17E
8#7E9A83
9#859388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC81 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB543 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239035 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196726 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104218 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #CAF2D0;
--emerald-300: #A1E8AC;
--emerald-400: #6FDC81;
--emerald-500: #46D25E;
--emerald-600: #2CB543;
--emerald-700: #239035;
--emerald-800: #196726;
--emerald-900: #104218;
--emerald-950: #0A290F;
}