Emerald
#46D25B
GreenColor Codes
All color formats for development
HEX
#46D25BRGB
rgb(70, 210, 91)HSL
hsl(129, 61%, 55%)OKLCH
oklch(0.763 0.201 145.7)CMYK
cmyk(67%, 0%, 57%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB48
2#2CB540
3#269E38
4#218730
5#1B7128
6#165A20
7#104418
8#0B2D10
9#051708
Tints
Lighter variations
1#59D76C
2#6BDB7C
3#7EE08C
4#90E49D
5#A3E9AD
6#B5EDBE
7#C8F2CE
8#DAF6DE
9#EDFBEF
Tones
Muted variations
1#4DCB60
2#54C465
3#5BBD6A
4#62B66F
5#69AF74
6#70A879
7#77A17E
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 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC80 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D25B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB540 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239033 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196725 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | 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: #A1E8AB;
--emerald-400: #6FDC80;
--emerald-500: #46D25B;
--emerald-600: #2CB540;
--emerald-700: #239033;
--emerald-800: #196725;
--emerald-900: #104217;
--emerald-950: #0A290F;
}