Mint
#9FEAB0
GreenColor Codes
All color formats for development
HEX
#9FEAB0RGB
rgb(159, 234, 176)HSL
hsl(134, 64%, 77%)OKLCH
oklch(0.873 0.109 150.7)CMYK
cmyk(32%, 0%, 25%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE396
2#5EDC7C
3#3ED561
4#2AC14E
5#23A141
6#1C8134
7#156127
8#0E401A
9#07200D
Tints
Lighter variations
1#A8ECB8
2#B2EEC0
3#BCF0C8
4#C5F2D0
5#CFF4D8
6#D9F7E0
7#E2F9E7
8#ECFBEF
9#F5FDF7
Tones
Muted variations
1#A3E6B2
2#A6E2B4
3#AADFB6
4#AEDBB8
5#B2D7BA
6#B5D3BC
7#B9D0BE
8#BDCCC0
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF87 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF5;
--mint-100: #E2F9E7;
--mint-200: #C9F3D3;
--mint-300: #9FEAB0;
--mint-400: #6DDF87;
--mint-500: #43D665;
--mint-600: #28B84A;
--mint-700: #20923B;
--mint-800: #17692A;
--mint-900: #0F431B;
--mint-950: #092A11;
}