Mint
#9FE9B3
GreenColor Codes
All color formats for development
HEX
#9FE9B3RGB
rgb(159, 233, 179)HSL
hsl(136, 63%, 77%)OKLCH
oklch(0.871 0.105 152.3)CMYK
cmyk(32%, 0%, 23%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE29A
2#5FDB80
3#3FD467
4#2CC053
5#24A045
6#1D8037
7#16602A
8#0F401C
9#07200E
Tints
Lighter variations
1#A9EBBB
2#B3EEC2
3#BCF0CA
4#C6F2D1
5#CFF4D9
6#D9F6E1
7#E2F8E8
8#ECFBF0
9#F5FDF7
Tones
Muted variations
1#A3E6B5
2#A7E2B7
3#AADEB8
4#AEDBBA
5#B2D7BC
6#B6D3BD
7#B9CFBF
8#BDCCC1
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8C | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB74F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21913F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E2F8E8;
--mint-200: #C9F3D4;
--mint-300: #9FE9B3;
--mint-400: #6EDE8C;
--mint-500: #44D56B;
--mint-600: #2AB74F;
--mint-700: #21913F;
--mint-800: #18682D;
--mint-900: #0F431D;
--mint-950: #092A12;
}