Emerald
#1FC18E
GreenColor Codes
All color formats for development
HEX
#1FC18ERGB
rgb(31, 193, 142)HSL
hsl(161, 72%, 44%)OKLCH
oklch(0.721 0.146 165.1)CMYK
cmyk(84%, 0%, 26%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE80
2#199A71
3#168763
4#137455
5#106047
6#0D4D39
7#093A2B
8#06271C
9#03130E
Tints
Lighter variations
1#23DAA0
2#3BDFAB
3#53E3B5
4#6CE7C0
5#84EBCA
6#9DEFD5
7#B5F3DF
8#CEF7EA
9#E6FBF4
Tones
Muted variations
1#27B98B
2#30B188
3#38A985
4#40A182
5#48997F
6#50917C
7#588879
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 #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD4 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BD | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC18E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4634 | 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: #E0FAF2;
--emerald-200: #C6F6E7;
--emerald-300: #9AEFD4;
--emerald-400: #65E6BD;
--emerald-500: #3ADFAB;
--emerald-600: #1FC18E;
--emerald-700: #199A71;
--emerald-800: #126E51;
--emerald-900: #0B4634;
--emerald-950: #072C20;
}