Emerald
#46D2A6
GreenColor Codes
All color formats for development
HEX
#46D2A6RGB
rgb(70, 210, 166)HSL
hsl(161, 61%, 55%)OKLCH
oklch(0.778 0.136 168.1)CMYK
cmyk(67%, 0%, 21%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB9A
2#2CB589
3#269E78
4#218767
5#1B7156
6#165A45
7#104433
8#0B2D22
9#051711
Tints
Lighter variations
1#59D7AF
2#6BDBB8
3#7EE0C1
4#90E4CA
5#A3E9D2
6#B5EDDB
7#C8F2E4
8#DAF6ED
9#EDFBF6
Tones
Muted variations
1#4DCBA3
2#54C4A1
3#5BBD9E
4#62B69C
5#69AF99
6#70A897
7#77A194
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 #A1E8D1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104232 | 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: #A1E8D1;
--emerald-400: #6FDCBA;
--emerald-500: #46D2A6;
--emerald-600: #2CB589;
--emerald-700: #23906D;
--emerald-800: #19674E;
--emerald-900: #104232;
--emerald-950: #0A291F;
}