Emerald
#3CDD97
GreenColor Codes
All color formats for development
HEX
#3CDD97RGB
rgb(60, 221, 151)HSL
hsl(154, 70%, 55%)OKLCH
oklch(0.799 0.165 159.5)CMYK
cmyk(73%, 0%, 32%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D78A
2#22BF7B
3#1DA76B
4#198F5C
5#15774D
6#115F3D
7#0D482E
8#08301F
9#04180F
Tints
Lighter variations
1#4FE0A1
2#63E3AC
3#76E7B6
4#8AEAC1
5#9DEECB
6#B1F1D5
7#C4F5E0
8#D8F8EA
9#EBFCF5
Tones
Muted variations
1#44D596
2#4CCD95
3#54C494
4#5CBC93
5#64B492
6#6CAC91
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 | E1FA #E1FAEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDCA | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4AE | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDD97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9862 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C452D | 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: #E1FAEF;
--emerald-200: #C7F5E1;
--emerald-300: #9BEDCA;
--emerald-400: #67E4AE;
--emerald-500: #3CDD97;
--emerald-600: #22BF7B;
--emerald-700: #1B9862;
--emerald-800: #136C46;
--emerald-900: #0C452D;
--emerald-950: #082B1C;
}