Mint
#8AFFC8
GreenColor Codes
All color formats for development
HEX
#8AFFC8RGB
rgb(138, 255, 200)HSL
hsl(152, 100%, 77%)OKLCH
oklch(0.916 0.133 161.8)CMYK
cmyk(46%, 0%, 22%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFB6
2#3BFFA4
3#14FF91
4#00EC7E
5#00C469
6#009D54
7#00763F
8#004F2A
9#002715
Tints
Lighter variations
1#95FFCE
2#A1FFD3
3#ADFFD9
4#B9FFDE
5#C4FFE4
6#D0FFE9
7#DCFFEF
8#E8FFF4
9#F3FFFA
Tones
Muted variations
1#90F9C8
2#95F3C7
3#9BEDC7
4#A1E8C7
5#A7E2C6
6#ADDCC6
7#B3D6C6
8#B9D0C5
9#BECAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFC8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAC | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E078 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B35F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008044 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF8;
--mint-100: #DBFFEE;
--mint-200: #BDFFE0;
--mint-300: #8AFFC8;
--mint-400: #4DFFAC;
--mint-500: #1AFF94;
--mint-600: #00E078;
--mint-700: #00B35F;
--mint-800: #008044;
--mint-900: #00522C;
--mint-950: #00331B;
}