Emerald
#1FC188
GreenColor Codes
All color formats for development
HEX
#1FC188RGB
rgb(31, 193, 136)HSL
hsl(159, 72%, 44%)OKLCH
oklch(0.72 0.151 162.5)CMYK
cmyk(84%, 0%, 30%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE7B
2#199A6D
3#168760
4#137452
5#106044
6#0D4D37
7#093A29
8#06271B
9#03130E
Tints
Lighter variations
1#23DA9A
2#3BDFA5
3#53E3B1
4#6CE7BC
5#84EBC7
6#9DEFD2
7#B5F3DD
8#CEF7E9
9#E6FBF4
Tones
Muted variations
1#27B986
2#30B184
3#38A981
4#40A17F
5#48997C
6#50917A
7#588877
8#608075
9#687873
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 #C6F6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4632 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF1;
--emerald-200: #C6F6E5;
--emerald-300: #9AEFD1;
--emerald-400: #65E6B9;
--emerald-500: #3ADFA5;
--emerald-600: #1FC188;
--emerald-700: #199A6D;
--emerald-800: #126E4E;
--emerald-900: #0B4632;
--emerald-950: #072C1F;
}