Emerald
#46D265
GreenColor Codes
All color formats for development
HEX
#46D265RGB
rgb(70, 210, 101)HSL
hsl(133, 61%, 55%)OKLCH
oklch(0.765 0.192 147.4)CMYK
cmyk(67%, 0%, 52%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB53
2#2CB549
3#269E40
4#218737
5#1B712E
6#165A25
7#10441C
8#0B2D12
9#051709
Tints
Lighter variations
1#59D774
2#6BDB83
3#7EE093
4#90E4A2
5#A3E9B2
6#B5EDC1
7#C8F2D1
8#DAF6E0
9#EDFBF0
Tones
Muted variations
1#4DCB69
2#54C46D
3#5BBD70
4#62B674
5#69AF78
6#70A87C
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 #A1E8B0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC87 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D265 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB549 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | 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: #A1E8B0;
--emerald-400: #6FDC87;
--emerald-500: #46D265;
--emerald-600: #2CB549;
--emerald-700: #23903A;
--emerald-800: #19672A;
--emerald-900: #10421B;
--emerald-950: #0A2911;
}