Emerald
#47D1AA
GreenColor Codes
All color formats for development
HEX
#47D1AARGB
rgb(71, 209, 170)HSL
hsl(163, 60%, 55%)OKLCH
oklch(0.776 0.131 170.4)CMYK
cmyk(66%, 0%, 19%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CA9F
2#2DB48D
3#279D7C
4#22876A
5#1C7058
6#165A47
7#114335
8#0B2D23
9#061612
Tints
Lighter variations
1#5AD6B3
2#6CDABB
3#7EDFC4
4#91E3CC
5#A3E8D5
6#B6EDDD
7#C8F1E6
8#DAF6EE
9#EDFAF7
Tones
Muted variations
1#4ECAA7
2#55C3A4
3#5CBCA1
4#63B69E
5#6AAF9B
6#71A898
7#78A195
8#7E9A92
9#85938F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D4 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBBD | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB48D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104133 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E2F8F2;
--emerald-200: #CAF2E6;
--emerald-300: #A1E8D4;
--emerald-400: #70DBBD;
--emerald-500: #47D1AA;
--emerald-600: #2DB48D;
--emerald-700: #248F70;
--emerald-800: #1A6650;
--emerald-900: #104133;
--emerald-950: #0A2920;
}