Emerald
#3ADF79
GreenColor Codes
All color formats for development
HEX
#3ADF79RGB
rgb(58, 223, 121)HSL
hsl(143, 72%, 55%)OKLCH
oklch(0.798 0.195 151.3)CMYK
cmyk(74%, 0%, 46%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D969
2#1FC15D
3#1BA952
4#189146
5#14793A
6#10602F
7#0C4823
8#083017
9#04180C
Tints
Lighter variations
1#4DE286
2#61E594
3#75E9A1
4#89ECAF
5#9CEFBC
6#B0F2C9
7#C4F5D7
8#D8F9E4
9#EBFCF2
Tones
Muted variations
1#42D77B
2#4ACE7D
3#52C67F
4#5BBE81
5#63B683
6#6BAD85
7#73A586
8#7C9D88
9#84958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBA | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E697 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC15D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E35 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4622 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEA;
--emerald-200: #C6F6D8;
--emerald-300: #9AEFBA;
--emerald-400: #65E697;
--emerald-500: #3ADF79;
--emerald-600: #1FC15D;
--emerald-700: #199A4A;
--emerald-800: #126E35;
--emerald-900: #0B4622;
--emerald-950: #072C15;
}