Emerald
#3ADF73
GreenColor Codes
All color formats for development
HEX
#3ADF73RGB
rgb(58, 223, 115)HSL
hsl(141, 72%, 55%)OKLCH
oklch(0.797 0.2 150)CMYK
cmyk(74%, 0%, 48%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D963
2#1FC158
3#1BA94D
4#189142
5#147937
6#10602C
7#0C4821
8#083016
9#04180B
Tints
Lighter variations
1#4DE281
2#61E58F
3#75E99D
4#89ECAB
5#9CEFB9
6#B0F2C7
7#C4F5D5
8#D8F9E3
9#EBFCF1
Tones
Muted variations
1#42D776
2#4ACE78
3#52C67B
4#5BBE7D
5#63B680
6#6BAD82
7#73A585
8#7C9D87
9#84958A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFB8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E692 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF73 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC158 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4620 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAE9;
--emerald-200: #C6F6D7;
--emerald-300: #9AEFB8;
--emerald-400: #65E692;
--emerald-500: #3ADF73;
--emerald-600: #1FC158;
--emerald-700: #199A46;
--emerald-800: #126E32;
--emerald-900: #0B4620;
--emerald-950: #072C14;
}