Emerald
#46D275
GreenColor Codes
All color formats for development
HEX
#46D275RGB
rgb(70, 210, 117)HSL
hsl(140, 61%, 55%)OKLCH
oklch(0.767 0.178 150.7)CMYK
cmyk(67%, 0%, 44%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB65
2#2CB559
3#269E4E
4#218743
5#1B7138
6#165A2D
7#104422
8#0B2D16
9#05170B
Tints
Lighter variations
1#59D783
2#6BDB91
3#7EE09E
4#90E4AC
5#A3E9BA
6#B5EDC8
7#C8F2D6
8#DAF6E3
9#EDFBF1
Tones
Muted variations
1#4DCB77
2#54C47A
3#5BBD7C
4#62B67E
5#69AF81
6#70A883
7#77A185
8#7E9A88
9#85938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC94 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D275 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB559 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239047 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196733 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104221 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E2F8EA;
--emerald-200: #CAF2D7;
--emerald-300: #A1E8B8;
--emerald-400: #6FDC94;
--emerald-500: #46D275;
--emerald-600: #2CB559;
--emerald-700: #239047;
--emerald-800: #196733;
--emerald-900: #104221;
--emerald-950: #0A2914;
}