Emerald
#46D2A8
GreenColor Codes
All color formats for development
HEX
#46D2A8RGB
rgb(70, 210, 168)HSL
hsl(162, 61%, 55%)OKLCH
oklch(0.778 0.134 169.1)CMYK
cmyk(67%, 0%, 20%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CB9D
2#2CB58C
3#269E7A
4#218769
5#1B7157
6#165A46
7#104434
8#0B2D23
9#051711
Tints
Lighter variations
1#59D7B1
2#6BDBBA
3#7EE0C2
4#90E4CB
5#A3E9D4
6#B5EDDC
7#C8F2E5
8#DAF6EE
9#EDFBF6
Tones
Muted variations
1#4DCBA5
2#54C4A3
3#5BBDA0
4#62B69D
5#69AF9A
6#70A897
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 #CAF2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104233 | 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: #A1E8D3;
--emerald-400: #6FDCBC;
--emerald-500: #46D2A8;
--emerald-600: #2CB58C;
--emerald-700: #23906F;
--emerald-800: #19674F;
--emerald-900: #104233;
--emerald-950: #0A2920;
}