Emerald
#46D29D
GreenColor Codes
All color formats for development
HEX
#46D29DRGB
rgb(70, 210, 157)HSL
hsl(157, 61%, 55%)OKLCH
oklch(0.775 0.143 163.9)CMYK
cmyk(67%, 0%, 25%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB90
2#2CB580
3#269E70
4#218760
5#1B7150
6#165A40
7#104430
8#0B2D20
9#051710
Tints
Lighter variations
1#59D7A6
2#6BDBB0
3#7EE0BA
4#90E4C4
5#A3E9CE
6#B5EDD8
7#C8F2E1
8#DAF6EB
9#EDFBF5
Tones
Muted variations
1#4DCB9B
2#54C499
3#5BBD98
4#62B696
5#69AF94
6#70A893
7#77A191
8#7E9A90
9#85938E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239066 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8F0;
--emerald-200: #CAF2E3;
--emerald-300: #A1E8CD;
--emerald-400: #6FDCB2;
--emerald-500: #46D29D;
--emerald-600: #2CB580;
--emerald-700: #239066;
--emerald-800: #196749;
--emerald-900: #10422F;
--emerald-950: #0A291D;
}