Emerald
#46D291
GreenColor Codes
All color formats for development
HEX
#46D291RGB
rgb(70, 210, 145)HSL
hsl(152, 61%, 55%)OKLCH
oklch(0.773 0.153 159.1)CMYK
cmyk(67%, 0%, 31%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB83
2#2CB575
3#269E66
4#218758
5#1B7149
6#165A3A
7#10442C
8#0B2D1D
9#05170F
Tints
Lighter variations
1#59D79C
2#6BDBA7
3#7EE0B2
4#90E4BD
5#A3E9C8
6#B5EDD3
7#C8F2DE
8#DAF6E9
9#EDFBF4
Tones
Muted variations
1#4DCB90
2#54C490
3#5BBD90
4#62B68F
5#69AF8F
6#70A88E
7#77A18E
8#7E9A8D
9#85938D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA9 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D291 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB575 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196742 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E2F8EE;
--emerald-200: #CAF2DF;
--emerald-300: #A1E8C7;
--emerald-400: #6FDCA9;
--emerald-500: #46D291;
--emerald-600: #2CB575;
--emerald-700: #23905D;
--emerald-800: #196742;
--emerald-900: #10422A;
--emerald-950: #0A291B;
}