Emerald
#46D270
GreenColor Codes
All color formats for development
HEX
#46D270RGB
rgb(70, 210, 112)HSL
hsl(138, 61%, 55%)OKLCH
oklch(0.766 0.182 149.6)CMYK
cmyk(67%, 0%, 47%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB5F
2#2CB555
3#269E4A
4#218740
5#1B7135
6#165A2A
7#104420
8#0B2D15
9#05170B
Tints
Lighter variations
1#59D77F
2#6BDB8D
3#7EE09B
4#90E4A9
5#A3E9B8
6#B5EDC6
7#C8F2D4
8#DAF6E2
9#EDFBF1
Tones
Muted variations
1#4DCB73
2#54C476
3#5BBD79
4#62B67B
5#69AF7E
6#70A881
7#77A184
8#7E9A87
9#859389
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC90 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB555 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239043 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196730 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E2F8E9;
--emerald-200: #CAF2D6;
--emerald-300: #A1E8B6;
--emerald-400: #6FDC90;
--emerald-500: #46D270;
--emerald-600: #2CB555;
--emerald-700: #239043;
--emerald-800: #196730;
--emerald-900: #10421F;
--emerald-950: #0A2913;
}