Emerald
#46D2A4
GreenColor Codes
All color formats for development
HEX
#46D2A4RGB
rgb(70, 210, 164)HSL
hsl(160, 61%, 55%)OKLCH
oklch(0.777 0.137 167.1)CMYK
cmyk(67%, 0%, 22%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB98
2#2CB587
3#269E76
4#218765
5#1B7154
6#165A44
7#104433
8#0B2D22
9#051711
Tints
Lighter variations
1#59D7AD
2#6BDBB6
3#7EE0BF
4#90E4C8
5#A3E9D1
6#B5EDDA
7#C8F2E4
8#DAF6ED
9#EDFBF6
Tones
Muted variations
1#4DCBA1
2#54C49F
3#5BBD9D
4#62B69A
5#69AF98
6#70A896
7#77A193
8#7E9A91
9#85938F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104231 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E2F8F1;
--emerald-200: #CAF2E5;
--emerald-300: #A1E8D0;
--emerald-400: #6FDCB8;
--emerald-500: #46D2A4;
--emerald-600: #2CB587;
--emerald-700: #23906B;
--emerald-800: #19674D;
--emerald-900: #104231;
--emerald-950: #0A291F;
}