Emerald
#3ADF9D
GreenColor Codes
All color formats for development
HEX
#3ADF9DRGB
rgb(58, 223, 157)HSL
hsl(156, 72%, 55%)OKLCH
oklch(0.805 0.163 161.3)CMYK
cmyk(74%, 0%, 30%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23D990
2#1FC180
3#1BA970
4#189160
5#147950
6#106040
7#0C4830
8#083020
9#041810
Tints
Lighter variations
1#4DE2A7
2#61E5B0
3#75E9BA
4#89ECC4
5#9CEFCE
6#B0F2D8
7#C4F5E2
8#D8F9EB
9#EBFCF5
Tones
Muted variations
1#42D79B
2#4ACE99
3#52C698
4#5BBE96
5#63B695
6#6BAD93
7#73A591
8#7C9D90
9#84958E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCD | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6B3 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC180 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B462F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF8;
--emerald-100: #E0FAF0;
--emerald-200: #C6F6E3;
--emerald-300: #9AEFCD;
--emerald-400: #65E6B3;
--emerald-500: #3ADF9D;
--emerald-600: #1FC180;
--emerald-700: #199A66;
--emerald-800: #126E49;
--emerald-900: #0B462F;
--emerald-950: #072C1D;
}