Emerald
#46D283
GreenColor Codes
All color formats for development
HEX
#46D283RGB
rgb(70, 210, 131)HSL
hsl(146, 61%, 55%)OKLCH
oklch(0.77 0.165 154.5)CMYK
cmyk(67%, 0%, 38%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB74
2#2CB567
3#269E5A
4#21874D
5#1B7140
6#165A34
7#104427
8#0B2D1A
9#05170D
Tints
Lighter variations
1#59D78F
2#6BDB9C
3#7EE0A8
4#90E4B5
5#A3E9C1
6#B5EDCD
7#C8F2DA
8#DAF6E6
9#EDFBF3
Tones
Muted variations
1#4DCB84
2#54C485
3#5BBD86
4#62B687
5#69AF88
6#70A889
7#77A189
8#7E9A8A
9#85938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D283 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB567 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239052 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104225 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DB;
--emerald-300: #A1E8C0;
--emerald-400: #6FDC9E;
--emerald-500: #46D283;
--emerald-600: #2CB567;
--emerald-700: #239052;
--emerald-800: #19673B;
--emerald-900: #104225;
--emerald-950: #0A2917;
}