Emerald
#46D267
GreenColor Codes
All color formats for development
HEX
#46D267RGB
rgb(70, 210, 103)HSL
hsl(134, 61%, 55%)OKLCH
oklch(0.765 0.19 147.8)CMYK
cmyk(67%, 0%, 51%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB55
2#2CB54C
3#269E42
4#218739
5#1B712F
6#165A26
7#10441C
8#0B2D13
9#051709
Tints
Lighter variations
1#59D776
2#6BDB85
3#7EE095
4#90E4A4
5#A3E9B3
6#B5EDC2
7#C8F2D1
8#DAF6E1
9#EDFBF0
Tones
Muted variations
1#4DCB6B
2#54C46E
3#5BBD72
4#62B676
5#69AF7A
6#70A87D
7#77A181
8#7E9A85
9#859389
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 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC89 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D267 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | 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: #CAF2D3;
--emerald-300: #A1E8B1;
--emerald-400: #6FDC89;
--emerald-500: #46D267;
--emerald-600: #2CB54C;
--emerald-700: #23903C;
--emerald-800: #19672B;
--emerald-900: #10421C;
--emerald-950: #0A2911;
}