Emerald
#46D288
GreenColor Codes
All color formats for development
HEX
#46D288RGB
rgb(70, 210, 136)HSL
hsl(148, 61%, 55%)OKLCH
oklch(0.771 0.161 156)CMYK
cmyk(67%, 0%, 35%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB79
2#2CB56C
3#269E5E
4#218751
5#1B7143
6#165A36
7#104428
8#0B2D1B
9#05170D
Tints
Lighter variations
1#59D794
2#6BDB9F
3#7EE0AB
4#90E4B7
5#A3E9C3
6#B5EDCF
7#C8F2DB
8#DAF6E7
9#EDFBF3
Tones
Muted variations
1#4DCB88
2#54C489
3#5BBD89
4#62B689
5#69AF8A
6#70A88A
7#77A18B
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 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D288 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239056 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104227 | 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: #CAF2DD;
--emerald-300: #A1E8C2;
--emerald-400: #6FDCA2;
--emerald-500: #46D288;
--emerald-600: #2CB56C;
--emerald-700: #239056;
--emerald-800: #19673D;
--emerald-900: #104227;
--emerald-950: #0A2918;
}