Emerald
#46D260
GreenColor Codes
All color formats for development
HEX
#46D260RGB
rgb(70, 210, 96)HSL
hsl(131, 61%, 55%)OKLCH
oklch(0.764 0.196 146.5)CMYK
cmyk(67%, 0%, 54%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB4D
2#2CB545
3#269E3C
4#218734
5#1B712B
6#165A22
7#10441A
8#0B2D11
9#051709
Tints
Lighter variations
1#59D770
2#6BDB80
3#7EE090
4#90E4A0
5#A3E9AF
6#B5EDBF
7#C8F2CF
8#DAF6DF
9#EDFBEF
Tones
Muted variations
1#4DCB64
2#54C469
3#5BBD6D
4#62B672
5#69AF76
6#70A87B
7#77A17F
8#7E9A83
9#859388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC83 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D260 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB545 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239037 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196727 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104219 | 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: #F3FCF4;
--emerald-100: #E2F8E6;
--emerald-200: #CAF2D1;
--emerald-300: #A1E8AE;
--emerald-400: #6FDC83;
--emerald-500: #46D260;
--emerald-600: #2CB545;
--emerald-700: #239037;
--emerald-800: #196727;
--emerald-900: #104219;
--emerald-950: #0A2910;
}