Emerald
#3DDB99
GreenColor Codes
All color formats for development
HEX
#3DDB99RGB
rgb(61, 219, 153)HSL
hsl(155, 69%, 55%)OKLCH
oklch(0.795 0.161 160.6)CMYK
cmyk(72%, 0%, 30%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D58D
2#23BE7D
3#1EA66D
4#1A8E5E
5#16774E
6#115F3F
7#0D472F
8#092F1F
9#041810
Tints
Lighter variations
1#50DFA4
2#64E3AE
3#77E6B8
4#8BEAC2
5#9EEDCC
6#B1F1D6
7#C5F4E1
8#D8F8EB
9#ECFBF5
Tones
Muted variations
1#45D498
2#4DCC97
3#55C495
4#5DBC94
5#65B493
6#6DAC92
7#74A490
8#7C9C8F
9#84948E
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 #C7F5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B0 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9764 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C47 | 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: #C7F5E2;
--emerald-300: #9CEDCB;
--emerald-400: #68E3B0;
--emerald-500: #3DDB99;
--emerald-600: #23BE7D;
--emerald-700: #1C9764;
--emerald-800: #146C47;
--emerald-900: #0D452D;
--emerald-950: #082B1C;
}