Mint
#9EEAA7
GreenColor Codes
All color formats for development
HEX
#9EEAA7RGB
rgb(158, 234, 167)HSL
hsl(127, 64%, 77%)OKLCH
oklch(0.87 0.119 147.4)CMYK
cmyk(32%, 0%, 29%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE38A
2#5EDC6D
3#3ED550
4#2AC13C
5#23A132
6#1C8128
7#15611E
8#0E4014
9#07200A
Tints
Lighter variations
1#A8ECB0
2#B2EEB9
3#BCF0C2
4#C5F2CB
5#CFF4D3
6#D9F7DC
7#E2F9E5
8#ECFBEE
9#F5FDF6
Tones
Muted variations
1#A3E6AA
2#A6E2AD
3#AADFB0
4#AEDBB3
5#B2D7B6
6#B5D3B9
7#B9D0BC
8#BDCCBF
9#C1C8C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D654 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B839 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20922D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176920 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF4;
--mint-100: #E2F9E4;
--mint-200: #C9F3CE;
--mint-300: #9FEAA8;
--mint-400: #6DDF7A;
--mint-500: #43D654;
--mint-600: #28B839;
--mint-700: #20922D;
--mint-800: #176920;
--mint-900: #0F4315;
--mint-950: #092A0D;
}