Emerald
#46D296
GreenColor Codes
All color formats for development
HEX
#46D296RGB
rgb(70, 210, 150)HSL
hsl(154, 61%, 55%)OKLCH
oklch(0.774 0.148 161)CMYK
cmyk(67%, 0%, 29%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB88
2#2CB579
3#269E6A
4#21875B
5#1B714C
6#165A3D
7#10442D
8#0B2D1E
9#05170F
Tints
Lighter variations
1#59D7A0
2#6BDBAB
3#7EE0B5
4#90E4C0
5#A3E9CA
6#B5EDD5
7#C8F2DF
8#DAF6EA
9#EDFBF4
Tones
Muted variations
1#4DCB95
2#54C494
3#5BBD93
4#62B692
5#69AF91
6#70A890
7#77A18F
8#7E9A8E
9#85938D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D296 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196745 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EF;
--emerald-200: #CAF2E1;
--emerald-300: #A1E8C9;
--emerald-400: #6FDCAD;
--emerald-500: #46D296;
--emerald-600: #2CB579;
--emerald-700: #239061;
--emerald-800: #196745;
--emerald-900: #10422C;
--emerald-950: #0A291C;
}