Emerald
#46D285
GreenColor Codes
All color formats for development
HEX
#46D285RGB
rgb(70, 210, 133)HSL
hsl(147, 61%, 55%)OKLCH
oklch(0.77 0.163 155.1)CMYK
cmyk(67%, 0%, 37%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB77
2#2CB569
3#269E5C
4#21874F
5#1B7142
6#165A35
7#104428
8#0B2D1A
9#05170D
Tints
Lighter variations
1#59D791
2#6BDB9E
3#7EE0AA
4#90E4B6
5#A3E9C2
6#B5EDCE
7#C8F2DA
8#DAF6E7
9#EDFBF3
Tones
Muted variations
1#4DCB86
2#54C487
3#5BBD87
4#62B688
5#69AF89
6#70A889
7#77A18A
8#7E9A8B
9#85938C
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 #CAF2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA0 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D285 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB569 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239054 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104226 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8EC;
--emerald-200: #CAF2DC;
--emerald-300: #A1E8C1;
--emerald-400: #6FDCA0;
--emerald-500: #46D285;
--emerald-600: #2CB569;
--emerald-700: #239054;
--emerald-800: #19673C;
--emerald-900: #104226;
--emerald-950: #0A2918;
}