Emerald
#46D250
GreenColor Codes
All color formats for development
HEX
#46D250RGB
rgb(70, 210, 80)HSL
hsl(124, 61%, 55%)OKLCH
oklch(0.762 0.209 144.2)CMYK
cmyk(67%, 0%, 62%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB3B
2#2CB535
3#269E2E
4#218728
5#1B7121
6#165A1A
7#104414
8#0B2D0D
9#051707
Tints
Lighter variations
1#59D761
2#6BDB73
3#7EE084
4#90E496
5#A3E9A7
6#B5EDB9
7#C8F2CA
8#DAF6DC
9#EDFBED
Tones
Muted variations
1#4DCB56
2#54C45C
3#5BBD62
4#62B668
5#69AF6E
6#70A874
7#77A17A
8#7E9A80
9#859386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC77 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D250 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB535 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104213 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E2F8E4;
--emerald-200: #CAF2CC;
--emerald-300: #A1E8A5;
--emerald-400: #6FDC77;
--emerald-500: #46D250;
--emerald-600: #2CB535;
--emerald-700: #23902A;
--emerald-800: #19671E;
--emerald-900: #104213;
--emerald-950: #0A290C;
}