Mint
#9FE9B8
GreenColor Codes
All color formats for development
HEX
#9FE9B8RGB
rgb(159, 233, 184)HSL
hsl(140, 63%, 77%)OKLCH
oklch(0.872 0.1 154.8)CMYK
cmyk(32%, 0%, 21%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE2A0
2#5FDB89
3#3FD471
4#2CC05D
5#24A04E
6#1D803E
7#16602F
8#0F401F
9#072010
Tints
Lighter variations
1#A9EBBF
2#B3EEC6
3#BCF0CD
4#C6F2D4
5#CFF4DC
6#D9F6E3
7#E2F8EA
8#ECFBF1
9#F5FDF8
Tones
Muted variations
1#A3E6B9
2#A7E2BA
3#AADEBC
4#AEDBBD
5#B2D7BE
6#B6D3BF
7#B9CFC1
8#BDCCC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9B8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE93 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D574 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219147 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186832 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF6;
--mint-100: #E2F8E9;
--mint-200: #C9F3D7;
--mint-300: #9FE9B8;
--mint-400: #6EDE93;
--mint-500: #44D574;
--mint-600: #2AB759;
--mint-700: #219147;
--mint-800: #186832;
--mint-900: #0F4320;
--mint-950: #092A14;
}