Mint
#9FEA9F
GreenColor Codes
All color formats for development
HEX
#9FEA9FRGB
rgb(159, 234, 159)HSL
hsl(120, 64%, 77%)OKLCH
oklch(0.869 0.126 144.4)CMYK
cmyk(32%, 0%, 32%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE37F
2#5EDC5E
3#3ED53E
4#2AC12A
5#23A123
6#1C811C
7#156115
8#0E400E
9#072007
Tints
Lighter variations
1#A8ECA8
2#B2EEB2
3#BCF0BC
4#C5F2C5
5#CFF4CF
6#D9F7D9
7#E2F9E2
8#ECFBEC
9#F5FDF5
Tones
Muted variations
1#A3E6A3
2#A6E2A6
3#AADFAA
4#AEDBAE
5#B2D7B2
6#B5D3B5
7#B9D0B9
8#BDCCBD
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEA9F | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D643 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B828 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209220 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176917 | 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: #F2FCF2;
--mint-100: #E2F9E2;
--mint-200: #C9F3C9;
--mint-300: #9FEA9F;
--mint-400: #6DDF6D;
--mint-500: #43D643;
--mint-600: #28B828;
--mint-700: #209220;
--mint-800: #176917;
--mint-900: #0F430F;
--mint-950: #092A09;
}