Emerald
#3DDBA1
GreenColor Codes
All color formats for development
HEX
#3DDBA1RGB
rgb(61, 219, 161)HSL
hsl(158, 69%, 55%)OKLCH
oklch(0.797 0.154 163.6)CMYK
cmyk(72%, 0%, 26%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D595
2#23BE85
3#1EA674
4#1A8E64
5#167753
6#115F42
7#0D4732
8#092F21
9#041811
Tints
Lighter variations
1#50DFAB
2#64E3B4
3#77E6BD
4#8BEAC7
5#9EEDD0
6#B1F1DA
7#C5F4E3
8#D8F8EC
9#ECFBF6
Tones
Muted variations
1#45D49F
2#4DCC9D
3#55C49B
4#5DBC99
5#65B497
6#6DAC95
7#74A493
8#7C9C90
9#84948E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C976A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4530 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E1F9F0;
--emerald-200: #C7F5E4;
--emerald-300: #9CEDCF;
--emerald-400: #68E3B6;
--emerald-500: #3DDBA1;
--emerald-600: #23BE85;
--emerald-700: #1C976A;
--emerald-800: #146C4B;
--emerald-900: #0D4530;
--emerald-950: #082B1E;
}