Emerald
#1FC17E
GreenColor Codes
All color formats for development
HEX
#1FC17ERGB
rgb(31, 193, 126)HSL
hsl(155, 72%, 44%)OKLCH
oklch(0.718 0.159 158.8)CMYK
cmyk(84%, 0%, 35%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE71
2#199A65
3#168758
4#13744B
5#10603F
6#0D4D32
7#093A26
8#062719
9#03130D
Tints
Lighter variations
1#23DA8E
2#3BDF9A
3#53E3A7
4#6CE7B4
5#84EBC0
6#9DEFCD
7#B5F3D9
8#CEF7E6
9#E6FBF2
Tones
Muted variations
1#27B97C
2#30B17B
3#38A97A
4#40A178
5#489977
6#509176
7#588874
8#608073
9#687872
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCB | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6B0 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC17E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B462E | 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: #E0FAEF;
--emerald-200: #C6F6E2;
--emerald-300: #9AEFCB;
--emerald-400: #65E6B0;
--emerald-500: #3ADF9A;
--emerald-600: #1FC17E;
--emerald-700: #199A64;
--emerald-800: #126E47;
--emerald-900: #0B462E;
--emerald-950: #072C1D;
}