Emerald
#46D29A
GreenColor Codes
All color formats for development
HEX
#46D29ARGB
rgb(70, 210, 154)HSL
hsl(156, 61%, 55%)OKLCH
oklch(0.775 0.145 162.6)CMYK
cmyk(67%, 0%, 27%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB8E
2#2CB57E
3#269E6E
4#21875E
5#1B714F
6#165A3F
7#10442F
8#0B2D1F
9#051710
Tints
Lighter variations
1#59D7A4
2#6BDBAE
3#7EE0B8
4#90E4C3
5#A3E9CD
6#B5EDD7
7#C8F2E1
8#DAF6EB
9#EDFBF5
Tones
Muted variations
1#4DCB99
2#54C497
3#5BBD96
4#62B695
5#69AF93
6#70A892
7#77A190
8#7E9A8F
9#85938E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422E | 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: #E2F8EF;
--emerald-200: #CAF2E2;
--emerald-300: #A1E8CC;
--emerald-400: #6FDCB1;
--emerald-500: #46D29A;
--emerald-600: #2CB57E;
--emerald-700: #239064;
--emerald-800: #196748;
--emerald-900: #10422E;
--emerald-950: #0A291D;
}