Mint
#9FE9AC
GreenColor Codes
All color formats for development
HEX
#9FE9ACRGB
rgb(159, 233, 172)HSL
hsl(131, 63%, 77%)OKLCH
oklch(0.87 0.112 149.1)CMYK
cmyk(32%, 0%, 26%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE291
2#5FDB76
3#3FD45B
4#2CC047
5#24A03B
6#1D802F
7#166023
8#0F4018
9#07200C
Tints
Lighter variations
1#A9EBB5
2#B3EEBD
3#BCF0C6
4#C6F2CE
5#CFF4D6
6#D9F6DE
7#E2F8E6
8#ECFBEF
9#F5FDF7
Tones
Muted variations
1#A3E6AF
2#A7E2B2
3#AADEB4
4#AEDBB6
5#B2D7B9
6#B6D3BB
7#B9CFBD
8#BDCCC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE82 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB743 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219136 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186826 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E2F8E6;
--mint-200: #C9F3D1;
--mint-300: #9FE9AD;
--mint-400: #6EDE82;
--mint-500: #44D55E;
--mint-600: #2AB743;
--mint-700: #219136;
--mint-800: #186826;
--mint-900: #0F4319;
--mint-950: #092A0F;
}