Emerald
#46D2A1
GreenColor Codes
All color formats for development
HEX
#46D2A1RGB
rgb(70, 210, 161)HSL
hsl(159, 61%, 55%)OKLCH
oklch(0.776 0.14 165.7)CMYK
cmyk(67%, 0%, 23%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB95
2#2CB585
3#269E74
4#218764
5#1B7153
6#165A42
7#104432
8#0B2D21
9#051711
Tints
Lighter variations
1#59D7AB
2#6BDBB4
3#7EE0BD
4#90E4C7
5#A3E9D0
6#B5EDD9
7#C8F2E3
8#DAF6EC
9#EDFBF6
Tones
Muted variations
1#4DCB9F
2#54C49D
3#5BBD9B
4#62B699
5#69AF97
6#70A895
7#77A193
8#7E9A90
9#85938E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB585 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104230 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E2F8F0;
--emerald-200: #CAF2E4;
--emerald-300: #A1E8CF;
--emerald-400: #6FDCB6;
--emerald-500: #46D2A1;
--emerald-600: #2CB585;
--emerald-700: #23906A;
--emerald-800: #19674B;
--emerald-900: #104230;
--emerald-950: #0A291E;
}