Emerald
#3ADF76
GreenColor Codes
All color formats for development
HEX
#3ADF76RGB
rgb(58, 223, 118)HSL
hsl(142, 72%, 55%)OKLCH
oklch(0.798 0.197 150.6)CMYK
cmyk(74%, 0%, 47%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D966
2#1FC15B
3#1BA94F
4#189144
5#147939
6#10602D
7#0C4822
8#083017
9#04180B
Tints
Lighter variations
1#4DE284
2#61E592
3#75E99F
4#89ECAD
5#9CEFBB
6#B0F2C8
7#C4F5D6
8#D8F9E4
9#EBFCF1
Tones
Muted variations
1#42D778
2#4ACE7B
3#52C67D
4#5BBE7F
5#63B681
6#6BAD83
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 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB9 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E695 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF76 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC15B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4621 | 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: #C6F6D7;
--emerald-300: #9AEFB9;
--emerald-400: #65E695;
--emerald-500: #3ADF76;
--emerald-600: #1FC15B;
--emerald-700: #199A48;
--emerald-800: #126E34;
--emerald-900: #0B4621;
--emerald-950: #072C15;
}