Mint
#9FE9AA
GreenColor Codes
All color formats for development
HEX
#9FE9AARGB
rgb(159, 233, 170)HSL
hsl(129, 63%, 77%)OKLCH
oklch(0.869 0.114 148.3)CMYK
cmyk(32%, 0%, 27%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE28E
2#5FDB72
3#3FD456
4#2CC042
5#24A037
6#1D802C
7#166021
8#0F4016
9#07200B
Tints
Lighter variations
1#A9EBB3
2#B3EEBB
3#BCF0C4
4#C6F2CC
5#CFF4D5
6#D9F6DD
7#E2F8E6
8#ECFBEE
9#F5FDF7
Tones
Muted variations
1#A3E6AD
2#A7E2B0
3#AADEB2
4#AEDBB5
5#B2D7B7
6#B6D3BA
7#B9CFBD
8#BDCCBF
9#C1C8C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AA | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE7E | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D55A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB73F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219132 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186824 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF4;
--mint-100: #E2F8E5;
--mint-200: #C9F3CF;
--mint-300: #9FE9AA;
--mint-400: #6EDE7E;
--mint-500: #44D55A;
--mint-600: #2AB73F;
--mint-700: #219132;
--mint-800: #186824;
--mint-900: #0F4317;
--mint-950: #092A0E;
}