Mint
#8AFFCA
GreenColor Codes
All color formats for development
HEX
#8AFFCARGB
rgb(138, 255, 202)HSL
hsl(153, 100%, 77%)OKLCH
oklch(0.917 0.131 162.7)CMYK
cmyk(46%, 0%, 21%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFB9
2#3BFFA7
3#14FF95
4#00EC82
5#00C46C
6#009D56
7#007641
8#004F2B
9#002716
Tints
Lighter variations
1#95FFCF
2#A1FFD5
3#ADFFDA
4#B9FFDF
5#C4FFE5
6#D0FFEA
7#DCFFEF
8#E8FFF4
9#F3FFFA
Tones
Muted variations
1#90F9CA
2#95F3C9
3#9BEDC8
4#A1E8C8
5#A7E2C7
6#ADDCC7
7#B3D6C6
8#B9D0C6
9#BECAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF8;
--mint-100: #DBFFEF;
--mint-200: #BDFFE1;
--mint-300: #8AFFCA;
--mint-400: #4DFFAF;
--mint-500: #1AFF98;
--mint-600: #00E07B;
--mint-700: #00B362;
--mint-800: #008046;
--mint-900: #00522D;
--mint-950: #00331C;
}