Emerald
#46D262
GreenColor Codes
All color formats for development
HEX
#46D262RGB
rgb(70, 210, 98)HSL
hsl(132, 61%, 55%)OKLCH
oklch(0.764 0.195 146.9)CMYK
cmyk(67%, 0%, 53%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB50
2#2CB547
3#269E3E
4#218735
5#1B712C
6#165A24
7#10441B
8#0B2D12
9#051709
Tints
Lighter variations
1#59D772
2#6BDB82
3#7EE091
4#90E4A1
5#A3E9B1
6#B5EDC0
7#C8F2D0
8#DAF6E0
9#EDFBEF
Tones
Muted variations
1#4DCB66
2#54C46B
3#5BBD6F
4#62B673
5#69AF77
6#70A87B
7#77A180
8#7E9A84
9#859388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC85 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D262 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB547 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239039 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196728 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E7;
--emerald-200: #CAF2D2;
--emerald-300: #A1E8AF;
--emerald-400: #6FDC85;
--emerald-500: #46D262;
--emerald-600: #2CB547;
--emerald-700: #239039;
--emerald-800: #196728;
--emerald-900: #10421A;
--emerald-950: #0A2910;
}