Emerald
#3ADF81
GreenColor Codes
All color formats for development
HEX
#3ADF81RGB
rgb(58, 223, 129)HSL
hsl(146, 72%, 55%)OKLCH
oklch(0.799 0.188 153.1)CMYK
cmyk(74%, 0%, 42%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D972
2#1FC165
3#1BA959
4#18914C
5#14793F
6#106033
7#0C4826
8#083019
9#04180D
Tints
Lighter variations
1#4DE28E
2#61E59A
3#75E9A7
4#89ECB4
5#9CEFC0
6#B0F2CD
7#C4F5D9
8#D8F9E6
9#EBFCF2
Tones
Muted variations
1#42D782
2#4ACE83
3#52C685
4#5BBE86
5#63B687
6#6BAD88
7#73A589
8#7C9D8A
9#84958B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBF | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E69D | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC165 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4625 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAEB;
--emerald-200: #C6F6DB;
--emerald-300: #9AEFBF;
--emerald-400: #65E69D;
--emerald-500: #3ADF81;
--emerald-600: #1FC165;
--emerald-700: #199A51;
--emerald-800: #126E3A;
--emerald-900: #0B4625;
--emerald-950: #072C17;
}