Mint
#9FEAB4
GreenColor Codes
All color formats for development
HEX
#9FEAB4RGB
rgb(159, 234, 180)HSL
hsl(137, 64%, 77%)OKLCH
oklch(0.874 0.106 152.6)CMYK
cmyk(32%, 0%, 23%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE39B
2#5EDC82
3#3ED569
4#2AC155
5#23A147
6#1C8139
7#15612B
8#0E401C
9#07200E
Tints
Lighter variations
1#A8ECBC
2#B2EEC3
3#BCF0CB
4#C5F2D2
5#CFF4DA
6#D9F7E1
7#E2F9E9
8#ECFBF0
9#F5FDF8
Tones
Muted variations
1#A3E6B6
2#A6E2B7
3#AADFB9
4#AEDBBB
5#B2D7BC
6#B5D3BE
7#B9D0BF
8#BDCCC1
9#C1C8C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B851 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209240 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF5;
--mint-100: #E2F9E8;
--mint-200: #C9F3D5;
--mint-300: #9FEAB4;
--mint-400: #6DDF8D;
--mint-500: #43D66C;
--mint-600: #28B851;
--mint-700: #209240;
--mint-800: #17692E;
--mint-900: #0F431D;
--mint-950: #092A12;
}