Emerald
#1FC18B
GreenColor Codes
All color formats for development
HEX
#1FC18BRGB
rgb(31, 193, 139)HSL
hsl(160, 72%, 44%)OKLCH
oklch(0.721 0.148 163.8)CMYK
cmyk(84%, 0%, 28%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE7D
2#199A6F
3#168761
4#137453
5#106046
6#0D4D38
7#093A2A
8#06271C
9#03130E
Tints
Lighter variations
1#23DA9D
2#3BDFA8
3#53E3B3
4#6CE7BE
5#84EBC9
6#9DEFD4
7#B5F3DE
8#CEF7E9
9#E6FBF4
Tones
Muted variations
1#27B988
2#30B186
3#38A983
4#40A180
5#48997E
6#50917B
7#588878
8#608076
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 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BB | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC18B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4633 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF9;
--emerald-100: #E0FAF1;
--emerald-200: #C6F6E6;
--emerald-300: #9AEFD2;
--emerald-400: #65E6BB;
--emerald-500: #3ADFA8;
--emerald-600: #1FC18B;
--emerald-700: #199A6F;
--emerald-800: #126E4F;
--emerald-900: #0B4633;
--emerald-950: #072C20;
}