Emerald
#46D273
GreenColor Codes
All color formats for development
HEX
#46D273RGB
rgb(70, 210, 115)HSL
hsl(139, 61%, 55%)OKLCH
oklch(0.767 0.18 150.3)CMYK
cmyk(67%, 0%, 45%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB62
2#2CB557
3#269E4C
4#218741
5#1B7136
6#165A2C
7#104421
8#0B2D16
9#05170B
Tints
Lighter variations
1#59D781
2#6BDB8F
3#7EE09D
4#90E4AB
5#A3E9B9
6#B5EDC7
7#C8F2D5
8#DAF6E3
9#EDFBF1
Tones
Muted variations
1#4DCB75
2#54C478
3#5BBD7A
4#62B67D
5#69AF7F
6#70A882
7#77A185
8#7E9A87
9#85938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC92 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D273 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB557 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239045 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196731 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104220 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8E9;
--emerald-200: #CAF2D6;
--emerald-300: #A1E8B7;
--emerald-400: #6FDC92;
--emerald-500: #46D273;
--emerald-600: #2CB557;
--emerald-700: #239045;
--emerald-800: #196731;
--emerald-900: #104220;
--emerald-950: #0A2914;
}