Emerald
#46D2AB
GreenColor Codes
All color formats for development
HEX
#46D2ABRGB
rgb(70, 210, 171)HSL
hsl(163, 61%, 55%)OKLCH
oklch(0.779 0.132 170.6)CMYK
cmyk(67%, 0%, 19%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBA0
2#2CB58E
3#269E7C
4#21876A
5#1B7159
6#165A47
7#104435
8#0B2D23
9#051712
Tints
Lighter variations
1#59D7B3
2#6BDBBB
3#7EE0C4
4#90E4CC
5#A3E9D5
6#B5EDDD
7#C8F2E6
8#DAF6EE
9#EDFBF7
Tones
Muted variations
1#4DCBA8
2#54C4A5
3#5BBDA1
4#62B69E
5#69AF9B
6#70A898
7#77A195
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 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | 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: #CAF2E7;
--emerald-300: #A1E8D4;
--emerald-400: #6FDCBD;
--emerald-500: #46D2AB;
--emerald-600: #2CB58E;
--emerald-700: #239071;
--emerald-800: #196751;
--emerald-900: #104234;
--emerald-950: #0A2920;
}