Emerald
#1FC193
GreenColor Codes
All color formats for development
HEX
#1FC193RGB
rgb(31, 193, 147)HSL
hsl(163, 72%, 44%)OKLCH
oklch(0.722 0.142 167.3)CMYK
cmyk(84%, 0%, 24%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE84
2#199A76
3#168767
4#137458
5#10604A
6#0D4D3B
7#093A2C
8#06271D
9#03130F
Tints
Lighter variations
1#23DAA6
2#3BDFB0
3#53E3BA
4#6CE7C4
5#84EBCE
6#9DEFD8
7#B5F3E2
8#CEF7EB
9#E6FBF5
Tones
Muted variations
1#27B990
2#30B18C
3#38A989
4#40A185
5#489982
6#50917E
7#58887B
8#608077
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 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD7 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC193 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4636 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF3;
--emerald-200: #C6F6E8;
--emerald-300: #9AEFD7;
--emerald-400: #65E6C2;
--emerald-500: #3ADFB0;
--emerald-600: #1FC193;
--emerald-700: #199A75;
--emerald-800: #126E54;
--emerald-900: #0B4636;
--emerald-950: #072C21;
}