Emerald
#1FC186
GreenColor Codes
All color formats for development
HEX
#1FC186RGB
rgb(31, 193, 134)HSL
hsl(158, 72%, 44%)OKLCH
oklch(0.719 0.152 161.7)CMYK
cmyk(84%, 0%, 31%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE78
2#199A6B
3#16875E
4#137450
5#106043
6#0D4D35
7#093A28
8#06271B
9#03130D
Tints
Lighter variations
1#23DA97
2#3BDFA3
3#53E3AE
4#6CE7BA
5#84EBC5
6#9DEFD1
7#B5F3DC
8#CEF7E8
9#E6FBF3
Tones
Muted variations
1#27B984
2#30B181
3#38A97F
4#40A17D
5#48997B
6#509179
7#588877
8#608075
9#687872
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD0 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6B7 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC186 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4631 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF1;
--emerald-200: #C6F6E4;
--emerald-300: #9AEFD0;
--emerald-400: #65E6B7;
--emerald-500: #3ADFA2;
--emerald-600: #1FC186;
--emerald-700: #199A6A;
--emerald-800: #126E4C;
--emerald-900: #0B4631;
--emerald-950: #072C1E;
}