Emerald
#3ADF66
GreenColor Codes
All color formats for development
HEX
#3ADF66RGB
rgb(58, 223, 102)HSL
hsl(136, 72%, 55%)OKLCH
oklch(0.795 0.211 147.8)CMYK
cmyk(74%, 0%, 54%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D954
2#1FC14B
3#1BA941
4#189138
5#14792F
6#106025
7#0C481C
8#083013
9#041809
Tints
Lighter variations
1#4DE275
2#61E584
3#75E994
4#89ECA3
5#9CEFB2
6#B0F2C2
7#C4F5D1
8#D8F9E0
9#EBFCF0
Tones
Muted variations
1#42D76A
2#4ACE6D
3#52C671
4#5BBE75
5#63B679
6#6BAD7D
7#73A581
8#7C9D85
9#849588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E688 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF66 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E2A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B461B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF5;
--emerald-100: #E0FAE7;
--emerald-200: #C6F6D3;
--emerald-300: #9AEFB1;
--emerald-400: #65E688;
--emerald-500: #3ADF66;
--emerald-600: #1FC14B;
--emerald-700: #199A3B;
--emerald-800: #126E2A;
--emerald-900: #0B461B;
--emerald-950: #072C11;
}