Emerald
#1FC165
GreenColor Codes
All color formats for development
HEX
#1FC165RGB
rgb(31, 193, 101)HSL
hsl(146, 72%, 44%)OKLCH
oklch(0.713 0.182 151.6)CMYK
cmyk(84%, 0%, 48%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE5B
2#199A51
3#168747
4#13743D
5#106033
6#0D4D29
7#093A1E
8#062714
9#03130A
Tints
Lighter variations
1#23DA72
2#3BDF82
3#53E391
4#6CE7A1
5#84EBB1
6#9DEFC0
7#B5F3D0
8#CEF7E0
9#E6FBEF
Tones
Muted variations
1#27B967
2#30B168
3#38A969
4#40A16A
5#48996B
6#50916C
7#58886D
8#60806E
9#68786F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBF | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E69D | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC165 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E3A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4625 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAEB;
--emerald-200: #C6F6DB;
--emerald-300: #9AEFBF;
--emerald-400: #65E69D;
--emerald-500: #3ADF81;
--emerald-600: #1FC165;
--emerald-700: #199A51;
--emerald-800: #126E3A;
--emerald-900: #0B4625;
--emerald-950: #072C17;
}