Emerald
#3ADF4D
GreenColor Codes
All color formats for development
HEX
#3ADF4DRGB
rgb(58, 223, 77)HSL
hsl(127, 72%, 55%)OKLCH
oklch(0.793 0.23 144.5)CMYK
cmyk(74%, 0%, 65%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D939
2#1FC132
3#1BA92C
4#189126
5#14791F
6#106019
7#0C4813
8#08300D
9#041806
Tints
Lighter variations
1#4DE25F
2#61E571
3#75E982
4#89EC94
5#9CEFA6
6#B0F2B8
7#C4F5CA
8#D8F9DB
9#EBFCED
Tones
Muted variations
1#42D753
2#4ACE5A
3#52C660
4#5BBE66
5#63B66D
6#6BAD73
7#73A579
8#7C9D80
9#849586
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFA4 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E674 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF4D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC132 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4612 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF3;
--emerald-100: #E0FAE3;
--emerald-200: #C6F6CC;
--emerald-300: #9AEFA4;
--emerald-400: #65E674;
--emerald-500: #3ADF4D;
--emerald-600: #1FC132;
--emerald-700: #199A28;
--emerald-800: #126E1D;
--emerald-900: #0B4612;
--emerald-950: #072C0B;
}