Emerald
#46D27A
GreenColor Codes
All color formats for development
HEX
#46D27ARGB
rgb(70, 210, 122)HSL
hsl(142, 61%, 55%)OKLCH
oklch(0.768 0.173 152)CMYK
cmyk(67%, 0%, 42%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB6A
2#2CB55E
3#269E52
4#218746
5#1B713B
6#165A2F
7#104423
8#0B2D17
9#05170C
Tints
Lighter variations
1#59D787
2#6BDB94
3#7EE0A2
4#90E4AF
5#A3E9BC
6#B5EDCA
7#C8F2D7
8#DAF6E4
9#EDFBF2
Tones
Muted variations
1#4DCB7B
2#54C47D
3#5BBD7F
4#62B681
5#69AF83
6#70A885
7#77A187
8#7E9A89
9#85938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC97 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196735 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104222 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EA;
--emerald-200: #CAF2D8;
--emerald-300: #A1E8BB;
--emerald-400: #6FDC97;
--emerald-500: #46D27A;
--emerald-600: #2CB55E;
--emerald-700: #23904B;
--emerald-800: #196735;
--emerald-900: #104222;
--emerald-950: #0A2915;
}