Emerald
#47D1A3
GreenColor Codes
All color formats for development
HEX
#47D1A3RGB
rgb(71, 209, 163)HSL
hsl(160, 60%, 55%)OKLCH
oklch(0.775 0.136 166.9)CMYK
cmyk(66%, 0%, 22%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CA97
2#2DB487
3#279D76
4#228765
5#1C7054
6#165A43
7#114332
8#0B2D22
9#061611
Tints
Lighter variations
1#5AD6AC
2#6CDAB6
3#7EDFBF
4#91E3C8
5#A3E8D1
6#B6EDDA
7#C8F1E3
8#DAF6ED
9#EDFAF6
Tones
Muted variations
1#4ECAA1
2#55C39F
3#5CBC9C
4#63B69A
5#6AAF98
6#71A895
7#78A193
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 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104131 | 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: #CAF2E4;
--emerald-300: #A1E8D0;
--emerald-400: #70DBB8;
--emerald-500: #47D1A3;
--emerald-600: #2DB487;
--emerald-700: #248F6B;
--emerald-800: #1A664C;
--emerald-900: #104131;
--emerald-950: #0A291F;
}