Mint
#9FEAA6
GreenColor Codes
All color formats for development
HEX
#9FEAA6RGB
rgb(159, 234, 166)HSL
hsl(126, 64%, 77%)OKLCH
oklch(0.871 0.119 146.7)CMYK
cmyk(32%, 0%, 29%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE389
2#5EDC6B
3#3ED54D
4#2AC139
5#23A130
6#1C8126
7#15611D
8#0E4013
9#07200A
Tints
Lighter variations
1#A8ECAF
2#B2EEB8
3#BCF0C1
4#C5F2CA
5#CFF4D3
6#D9F7DC
7#E2F9E4
8#ECFBED
9#F5FDF6
Tones
Muted variations
1#A3E6A9
2#A6E2AC
3#AADFAF
4#AEDBB2
5#B2D7B5
6#B5D3B8
7#B9D0BB
8#BDCCBE
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF78 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D651 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B837 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20922C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF3;
--mint-100: #E2F9E4;
--mint-200: #C9F3CD;
--mint-300: #9FEAA6;
--mint-400: #6DDF78;
--mint-500: #43D651;
--mint-600: #28B837;
--mint-700: #20922C;
--mint-800: #17691F;
--mint-900: #0F4314;
--mint-950: #092A0C;
}