Emerald
#3CDDAA
GreenColor Codes
All color formats for development
HEX
#3CDDAARGB
rgb(60, 221, 170)HSL
hsl(161, 70%, 55%)OKLCH
oklch(0.804 0.15 166.8)CMYK
cmyk(73%, 0%, 23%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D79F
2#22BF8D
3#1DA77B
4#198F6A
5#157758
6#115F46
7#0D4835
8#083023
9#041812
Tints
Lighter variations
1#4FE0B2
2#63E3BB
3#76E7C3
4#8AEACC
5#9DEED4
6#B1F1DD
7#C4F5E5
8#D8F8EE
9#EBFCF6
Tones
Muted variations
1#44D5A7
2#4CCDA4
3#54C4A1
4#5CBC9E
5#64B49B
6#6CAC98
7#74A495
8#7C9C92
9#84948F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD3 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4BD | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4533 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E1FAF2;
--emerald-200: #C7F5E6;
--emerald-300: #9BEDD3;
--emerald-400: #67E4BD;
--emerald-500: #3CDDAA;
--emerald-600: #22BF8D;
--emerald-700: #1B9870;
--emerald-800: #136C50;
--emerald-900: #0C4533;
--emerald-950: #082B20;
}