Emerald
#46D252
GreenColor Codes
All color formats for development
HEX
#46D252RGB
rgb(70, 210, 82)HSL
hsl(125, 61%, 55%)OKLCH
oklch(0.762 0.208 144.5)CMYK
cmyk(67%, 0%, 61%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB3E
2#2CB537
3#269E30
4#218729
5#1B7122
6#165A1C
7#104415
8#0B2D0E
9#051707
Tints
Lighter variations
1#59D763
2#6BDB75
3#7EE086
4#90E497
5#A3E9A8
6#B5EDBA
7#C8F2CB
8#DAF6DC
9#EDFBEE
Tones
Muted variations
1#4DCB58
2#54C45E
3#5BBD63
4#62B669
5#69AF6F
6#70A875
7#77A17B
8#7E9A81
9#859386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC78 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D252 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB537 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104214 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E4;
--emerald-200: #CAF2CD;
--emerald-300: #A1E8A7;
--emerald-400: #6FDC78;
--emerald-500: #46D252;
--emerald-600: #2CB537;
--emerald-700: #23902C;
--emerald-800: #19671F;
--emerald-900: #104214;
--emerald-950: #0A290D;
}