Emerald
#3DDB40
GreenColor Codes
All color formats for development
HEX
#3DDB40RGB
rgb(61, 219, 64)HSL
hsl(121, 69%, 55%)OKLCH
oklch(0.782 0.233 143.2)CMYK
cmyk(72%, 0%, 71%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D52A
2#23BE25
3#1EA621
4#1A8E1C
5#167717
6#115F13
7#0D470E
8#092F09
9#041805
Tints
Lighter variations
1#50DF53
2#64E366
3#77E679
4#8BEA8C
5#9EED9F
6#B1F1B2
7#C5F4C6
8#D8F8D9
9#ECFBEC
Tones
Muted variations
1#45D447
2#4DCC4F
3#55C457
4#5DBC5E
5#65B466
6#6DAC6E
7#74A475
8#7C9C7D
9#849485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CED9D | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E36A | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB40 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C971E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C15 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D450E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF2;
--emerald-100: #E1F9E1;
--emerald-200: #C7F5C8;
--emerald-300: #9CED9D;
--emerald-400: #68E36A;
--emerald-500: #3DDB40;
--emerald-600: #23BE25;
--emerald-700: #1C971E;
--emerald-800: #146C15;
--emerald-900: #0D450E;
--emerald-950: #082B08;
}