Emerald
#46D2AD
GreenColor Codes
All color formats for development
HEX
#46D2ADRGB
rgb(70, 210, 173)HSL
hsl(164, 61%, 55%)OKLCH
oklch(0.779 0.131 171.7)CMYK
cmyk(67%, 0%, 18%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBA2
2#2CB590
3#269E7E
4#21876C
5#1B715A
6#165A48
7#104436
8#0B2D24
9#051712
Tints
Lighter variations
1#59D7B5
2#6BDBBD
3#7EE0C6
4#90E4CE
5#A3E9D6
6#B5EDDE
7#C8F2E6
8#DAF6EF
9#EDFBF7
Tones
Muted variations
1#4DCBAA
2#54C4A6
3#5BBDA3
4#62B6A0
5#69AF9D
6#70A899
7#77A196
8#7E9A93
9#859390
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCFA;
--emerald-100: #E2F8F2;
--emerald-200: #CAF2E7;
--emerald-300: #A1E8D5;
--emerald-400: #6FDCBF;
--emerald-500: #46D2AD;
--emerald-600: #2CB590;
--emerald-700: #239073;
--emerald-800: #196752;
--emerald-900: #104234;
--emerald-950: #0A2921;
}