Emerald
#46D269
GreenColor Codes
All color formats for development
HEX
#46D269RGB
rgb(70, 210, 105)HSL
hsl(135, 61%, 55%)OKLCH
oklch(0.765 0.189 148.2)CMYK
cmyk(67%, 0%, 50%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB58
2#2CB54E
3#269E44
4#21873A
5#1B7131
6#165A27
7#10441D
8#0B2D13
9#05170A
Tints
Lighter variations
1#59D778
2#6BDB87
3#7EE096
4#90E4A5
5#A3E9B4
6#B5EDC3
7#C8F2D2
8#DAF6E1
9#EDFBF0
Tones
Muted variations
1#4DCB6D
2#54C470
3#5BBD74
4#62B677
5#69AF7B
6#70A87E
7#77A182
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 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D269 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E8;
--emerald-200: #CAF2D4;
--emerald-300: #A1E8B2;
--emerald-400: #6FDC8B;
--emerald-500: #46D269;
--emerald-600: #2CB54E;
--emerald-700: #23903E;
--emerald-800: #19672C;
--emerald-900: #10421C;
--emerald-950: #0A2912;
}