Mint
#9FEAB7
GreenColor Codes
All color formats for development
HEX
#9FEAB7RGB
rgb(159, 234, 183)HSL
hsl(139, 64%, 77%)OKLCH
oklch(0.874 0.103 154.1)CMYK
cmyk(32%, 0%, 22%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE39E
2#5EDC86
3#3ED56E
4#2AC15A
5#23A14B
6#1C813C
7#15612D
8#0E401E
9#07200F
Tints
Lighter variations
1#A8ECBE
2#B2EEC5
3#BCF0CC
4#C5F2D4
5#CFF4DB
6#D9F7E2
7#E2F9E9
8#ECFBF1
9#F5FDF8
Tones
Muted variations
1#A3E6B8
2#A6E2B9
3#AADFBB
4#AEDBBC
5#B2D7BD
6#B5D3BF
7#B9D0C0
8#BDCCC2
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF91 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209244 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176931 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | 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: #F2FCF6;
--mint-100: #E2F9E9;
--mint-200: #C9F3D6;
--mint-300: #9FEAB7;
--mint-400: #6DDF91;
--mint-500: #43D671;
--mint-600: #28B856;
--mint-700: #209244;
--mint-800: #176931;
--mint-900: #0F431F;
--mint-950: #092A14;
}