Mint
#86EFAC
GreenColor Codes
All color formats for development
HEX
#86EFACRGB
rgb(134, 239, 172)HSL
hsl(142, 77%, 73%)OKLCH
oklch(0.871 0.136 154.4)CMYK
cmyk(44%, 0%, 28%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64EB96
2#43E77F
3#22E269
4#1AC659
5#15A54A
6#11843B
7#0D632C
8#09421E
9#04210F
Tints
Lighter variations
1#91F1B4
2#9EF2BD
3#AAF4C5
4#B6F5CD
5#C2F7D6
6#CEF9DE
7#DAFAE6
8#E7FCEE
9#F3FDF7
Tones
Muted variations
1#8AEAAD
2#90E5AF
3#95DFB0
4#9ADAB2
5#A0D5B3
6#A5CFB4
7#AACAB6
8#B0C5B7
9#B5BFB9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA93 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E575 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094820 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBE9;
--mint-200: #C4F7D7;
--mint-300: #97F2B8;
--mint-400: #61EA93;
--mint-500: #34E575;
--mint-600: #1AC759;
--mint-700: #159E47;
--mint-800: #0F7133;
--mint-900: #094820;
--mint-950: #062D14;
}