Emerald
#1FC196
GreenColor Codes
All color formats for development
HEX
#1FC196RGB
rgb(31, 193, 150)HSL
hsl(164, 72%, 44%)OKLCH
oklch(0.723 0.14 168.8)CMYK
cmyk(84%, 0%, 22%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE87
2#199A78
3#168769
4#13745A
5#10604B
6#0D4D3C
7#093A2D
8#06271E
9#03130F
Tints
Lighter variations
1#23DAA9
2#3BDFB3
3#53E3BD
4#6CE7C6
5#84EBD0
6#9DEFD9
7#B5F3E3
8#CEF7EC
9#E6FBF6
Tones
Muted variations
1#27B992
2#30B18E
3#38A98B
4#40A187
5#489983
6#50917F
7#58887C
8#608078
9#687874
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C4 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC196 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4637 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF3;
--emerald-200: #C6F6E9;
--emerald-300: #9AEFD8;
--emerald-400: #65E6C4;
--emerald-500: #3ADFB3;
--emerald-600: #1FC196;
--emerald-700: #199A77;
--emerald-800: #126E55;
--emerald-900: #0B4637;
--emerald-950: #072C22;
}