Mint
#9FE9B4
GreenColor Codes
All color formats for development
HEX
#9FE9B4RGB
rgb(159, 233, 180)HSL
hsl(137, 63%, 77%)OKLCH
oklch(0.871 0.104 152.8)CMYK
cmyk(32%, 0%, 23%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE29B
2#5FDB82
3#3FD469
4#2CC056
5#24A047
6#1D8039
7#16602B
8#0F401D
9#07200E
Tints
Lighter variations
1#A9EBBC
2#B3EEC3
3#BCF0CB
4#C6F2D2
5#CFF4DA
6#D9F6E1
7#E2F8E9
8#ECFBF0
9#F5FDF8
Tones
Muted variations
1#A3E6B6
2#A7E2B8
3#AADEB9
4#AEDBBB
5#B2D7BC
6#B6D3BE
7#B9CFC0
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 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE8D | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D56D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB752 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219141 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18682E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF5;
--mint-100: #E2F8E8;
--mint-200: #C9F3D5;
--mint-300: #9FE9B4;
--mint-400: #6EDE8D;
--mint-500: #44D56D;
--mint-600: #2AB752;
--mint-700: #219141;
--mint-800: #18682E;
--mint-900: #0F431E;
--mint-950: #092A13;
}