Emerald
#46D254
GreenColor Codes
All color formats for development
HEX
#46D254RGB
rgb(70, 210, 84)HSL
hsl(126, 61%, 55%)OKLCH
oklch(0.762 0.206 144.7)CMYK
cmyk(67%, 0%, 60%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB41
2#2CB539
3#269E32
4#21872B
5#1B7124
6#165A1D
7#104416
8#0B2D0E
9#051707
Tints
Lighter variations
1#59D765
2#6BDB76
3#7EE087
4#90E499
5#A3E9AA
6#B5EDBB
7#C8F2CC
8#DAF6DD
9#EDFBEE
Tones
Muted variations
1#4DCB5A
2#54C45F
3#5BBD65
4#62B66B
5#69AF70
6#70A876
7#77A17B
8#7E9A81
9#859387
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7A | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D254 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB539 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196721 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104215 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E2F8E4;
--emerald-200: #CAF2CE;
--emerald-300: #A1E8A8;
--emerald-400: #6FDC7A;
--emerald-500: #46D254;
--emerald-600: #2CB539;
--emerald-700: #23902E;
--emerald-800: #196721;
--emerald-900: #104215;
--emerald-950: #0A290D;
}