Mint
#9FEAC4
GreenColor Codes
All color formats for development
HEX
#9FEAC4RGB
rgb(159, 234, 196)HSL
hsl(150, 64%, 77%)OKLCH
oklch(0.878 0.092 161.7)CMYK
cmyk(32%, 0%, 16%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3B1
2#5EDC9D
3#3ED589
4#2AC176
5#23A162
6#1C814F
7#15613B
8#0E4027
9#072014
Tints
Lighter variations
1#A8ECCA
2#B2EED0
3#BCF0D6
4#C5F2DC
5#CFF4E2
6#D9F7E8
7#E2F9ED
8#ECFBF3
9#F5FDF9
Tones
Muted variations
1#A3E6C4
2#A6E2C4
3#AADFC4
4#AEDBC4
5#B2D7C4
6#B5D3C4
7#B9D0C4
8#BDCCC4
9#C1C8C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFA6 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D68C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B870 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209259 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176940 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF7;
--mint-100: #E2F9ED;
--mint-200: #C9F3DE;
--mint-300: #9FEAC4;
--mint-400: #6DDFA6;
--mint-500: #43D68C;
--mint-600: #28B870;
--mint-700: #209259;
--mint-800: #176940;
--mint-900: #0F4329;
--mint-950: #092A1A;
}