Emerald
#3ADF5D
GreenColor Codes
All color formats for development
HEX
#3ADF5DRGB
rgb(58, 223, 93)HSL
hsl(133, 72%, 55%)OKLCH
oklch(0.794 0.218 146.4)CMYK
cmyk(74%, 0%, 58%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D94B
2#1FC142
3#1BA93A
4#189132
5#14792A
6#106021
7#0C4819
8#083011
9#041808
Tints
Lighter variations
1#4DE26E
2#61E57E
3#75E98E
4#89EC9E
5#9CEFAE
6#B0F2BE
7#C4F5CF
8#D8F9DF
9#EBFCEF
Tones
Muted variations
1#42D762
2#4ACE67
3#52C66B
4#5BBE70
5#63B675
6#6BAD7A
7#73A57E
8#7C9D83
9#849588
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFAC | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E681 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF5D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC142 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E26 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4618 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF4;
--emerald-100: #E0FAE6;
--emerald-200: #C6F6D0;
--emerald-300: #9AEFAC;
--emerald-400: #65E681;
--emerald-500: #3ADF5D;
--emerald-600: #1FC142;
--emerald-700: #199A35;
--emerald-800: #126E26;
--emerald-900: #0B4618;
--emerald-950: #072C0F;
}