Emerald
#3DDB97
GreenColor Codes
All color formats for development
HEX
#3DDB97RGB
rgb(61, 219, 151)HSL
hsl(154, 69%, 55%)OKLCH
oklch(0.794 0.162 159.9)CMYK
cmyk(72%, 0%, 31%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D58A
2#23BE7B
3#1EA66B
4#1A8E5C
5#16774D
6#115F3D
7#0D472E
8#092F1F
9#04180F
Tints
Lighter variations
1#50DFA1
2#64E3AC
3#77E6B6
4#8BEAC0
5#9EEDCB
6#B1F1D5
7#C5F4E0
8#D8F8EA
9#ECFBF5
Tones
Muted variations
1#45D496
2#4DCC95
3#55C494
4#5DBC93
5#65B492
6#6DAC90
7#74A48F
8#7C9C8E
9#84948D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3AE | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9761 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E1F9EF;
--emerald-200: #C7F5E1;
--emerald-300: #9CEDCA;
--emerald-400: #68E3AE;
--emerald-500: #3DDB97;
--emerald-600: #23BE7B;
--emerald-700: #1C9761;
--emerald-800: #146C46;
--emerald-900: #0D452D;
--emerald-950: #082B1C;
}