Emerald
#1FC16E
GreenColor Codes
All color formats for development
HEX
#1FC16ERGB
rgb(31, 193, 110)HSL
hsl(149, 72%, 44%)OKLCH
oklch(0.714 0.173 153.9)CMYK
cmyk(84%, 0%, 43%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE63
2#199A58
3#16874D
4#137442
5#106037
6#0D4D2C
7#093A21
8#062716
9#03130B
Tints
Lighter variations
1#23DA7B
2#3BDF8A
3#53E399
4#6CE7A7
5#84EBB6
6#9DEFC5
7#B5F3D3
8#CEF7E2
9#E6FBF0
Tones
Muted variations
1#27B96E
2#30B16E
3#38A96E
4#40A16F
5#48996F
6#50916F
7#58886F
8#608070
9#687870
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC3 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6A4 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADF89 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC16E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4628 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDF7;
--emerald-100: #E0FAED;
--emerald-200: #C6F6DD;
--emerald-300: #9AEFC3;
--emerald-400: #65E6A4;
--emerald-500: #3ADF89;
--emerald-600: #1FC16E;
--emerald-700: #199A57;
--emerald-800: #126E3E;
--emerald-900: #0B4628;
--emerald-950: #072C19;
}