Emerald
#1FC191
GreenColor Codes
All color formats for development
HEX
#1FC191RGB
rgb(31, 193, 145)HSL
hsl(162, 72%, 44%)OKLCH
oklch(0.722 0.143 166.4)CMYK
cmyk(84%, 0%, 25%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CAE82
2#199A74
3#168765
4#137457
5#106048
6#0D4D3A
7#093A2B
8#06271D
9#03130E
Tints
Lighter variations
1#23DAA3
2#3BDFAE
3#53E3B8
4#6CE7C2
5#84EBCC
6#9DEFD6
7#B5F3E0
8#CEF7EB
9#E6FBF5
Tones
Muted variations
1#27B98D
2#30B18A
3#38A987
4#40A184
5#489980
6#50917D
7#58887A
8#608077
9#687873
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD5 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BF | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4635 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FDFA;
--emerald-100: #E0FAF2;
--emerald-200: #C6F6E7;
--emerald-300: #9AEFD5;
--emerald-400: #65E6BF;
--emerald-500: #3ADFAD;
--emerald-600: #1FC191;
--emerald-700: #199A73;
--emerald-800: #126E52;
--emerald-900: #0B4635;
--emerald-950: #072C21;
}