Emerald
#1FC163
GreenColor Codes
All color formats for development
HEX
#1FC163RGB
rgb(31, 193, 99)HSL
hsl(145, 72%, 44%)OKLCH
oklch(0.713 0.183 151.2)CMYK
cmyk(84%, 0%, 49%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE59
2#199A4F
3#168745
4#13743B
5#106031
6#0D4D27
7#093A1E
8#062714
9#03130A
Tints
Lighter variations
1#23DA6F
2#3BDF7F
3#53E38F
4#6CE79F
5#84EBAF
6#9DEFBF
7#B5F3CF
8#CEF7DF
9#E6FBEF
Tones
Muted variations
1#27B964
2#30B165
3#38A967
4#40A168
5#489969
6#50916B
7#58886C
8#60806E
9#68786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBD | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E69B | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF7E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC163 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E38 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4624 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF6;
--emerald-100: #E0FAEB;
--emerald-200: #C6F6DA;
--emerald-300: #9AEFBD;
--emerald-400: #65E69B;
--emerald-500: #3ADF7E;
--emerald-600: #1FC163;
--emerald-700: #199A4F;
--emerald-800: #126E38;
--emerald-900: #0B4624;
--emerald-950: #072C16;
}