Mint
#9FE99F
GreenColor Codes
All color formats for development
HEX
#9FE99FRGB
rgb(159, 233, 159)HSL
hsl(120, 63%, 77%)OKLCH
oklch(0.867 0.125 144.4)CMYK
cmyk(32%, 0%, 32%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE27F
2#5FDB5F
3#3FD43F
4#2CC02C
5#24A024
6#1D801D
7#166016
8#0F400F
9#072007
Tints
Lighter variations
1#A9EBA9
2#B3EEB3
3#BCF0BC
4#C6F2C6
5#CFF4CF
6#D9F6D9
7#E2F8E2
8#ECFBEC
9#F5FDF5
Tones
Muted variations
1#A3E6A3
2#A7E2A7
3#AADEAA
4#AEDBAE
5#B2D7B2
6#B6D3B6
7#B9CFB9
8#BDCCBD
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE99F | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE6E | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D544 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB72A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219121 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186818 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F430F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF3;
--mint-100: #E2F8E2;
--mint-200: #C9F3C9;
--mint-300: #9FE99F;
--mint-400: #6EDE6E;
--mint-500: #44D544;
--mint-600: #2AB72A;
--mint-700: #219121;
--mint-800: #186818;
--mint-900: #0F430F;
--mint-950: #092A09;
}