Mint
#9FEAA0
GreenColor Codes
All color formats for development
HEX
#9FEAA0RGB
rgb(159, 234, 160)HSL
hsl(121, 64%, 77%)OKLCH
oklch(0.869 0.125 144.7)CMYK
cmyk(32%, 0%, 32%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE380
2#5EDC61
3#3ED541
4#2AC12D
5#23A125
6#1C811E
7#156116
8#0E400F
9#072007
Tints
Lighter variations
1#A8ECAA
2#B2EEB3
3#BCF0BD
4#C5F2C6
5#CFF4D0
6#D9F7D9
7#E2F9E3
8#ECFBEC
9#F5FDF6
Tones
Muted variations
1#A3E6A4
2#A6E2A7
3#AADFAB
4#AEDBAF
5#B2D7B2
6#B5D3B6
7#B9D0B9
8#BDCCBD
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6F | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D645 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B82B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209222 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176918 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF3;
--mint-100: #E2F9E2;
--mint-200: #C9F3C9;
--mint-300: #9FEAA0;
--mint-400: #6DDF6F;
--mint-500: #43D645;
--mint-600: #28B82B;
--mint-700: #209222;
--mint-800: #176918;
--mint-900: #0F4310;
--mint-950: #092A0A;
}