Emerald
#3DDBAC
GreenColor Codes
All color formats for development
HEX
#3DDBACRGB
rgb(61, 219, 172)HSL
hsl(162, 69%, 55%)OKLCH
oklch(0.799 0.146 168.3)CMYK
cmyk(72%, 0%, 21%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D5A1
2#23BE8F
3#1EA67D
4#1A8E6B
5#167759
6#115F48
7#0D4736
8#092F24
9#041812
Tints
Lighter variations
1#50DFB4
2#64E3BD
3#77E6C5
4#8BEACD
5#9EEDD5
6#B1F1DE
7#C5F4E6
8#D8F8EE
9#ECFBF7
Tones
Muted variations
1#45D4A9
2#4DCCA6
3#55C4A2
4#5DBC9F
5#65B49C
6#6DAC99
7#74A496
8#7C9C93
9#84948F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD5 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3BE | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4534 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E1F9F2;
--emerald-200: #C7F5E7;
--emerald-300: #9CEDD5;
--emerald-400: #68E3BE;
--emerald-500: #3DDBAC;
--emerald-600: #23BE8F;
--emerald-700: #1C9772;
--emerald-800: #146C51;
--emerald-900: #0D4534;
--emerald-950: #082B21;
}