Emerald
#46D28C
GreenColor Codes
All color formats for development
HEX
#46D28CRGB
rgb(70, 210, 140)HSL
hsl(150, 61%, 55%)OKLCH
oklch(0.771 0.157 157.3)CMYK
cmyk(67%, 0%, 33%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB7E
2#2CB570
3#269E62
4#218754
5#1B7146
6#165A38
7#10442A
8#0B2D1C
9#05170E
Tints
Lighter variations
1#59D798
2#6BDBA3
3#7EE0AF
4#90E4BA
5#A3E9C6
6#B5EDD1
7#C8F2DD
8#DAF6E8
9#EDFBF4
Tones
Muted variations
1#4DCB8C
2#54C48C
3#5BBD8C
4#62B68C
5#69AF8C
6#70A88C
7#77A18C
8#7E9A8C
9#85938C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB570 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239059 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196740 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104229 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E2F8ED;
--emerald-200: #CAF2DE;
--emerald-300: #A1E8C4;
--emerald-400: #6FDCA6;
--emerald-500: #46D28C;
--emerald-600: #2CB570;
--emerald-700: #239059;
--emerald-800: #196740;
--emerald-900: #104229;
--emerald-950: #0A291A;
}