Mint
#8AFFCC
GreenColor Codes
All color formats for development
HEX
#8AFFCCRGB
rgb(138, 255, 204)HSL
hsl(154, 100%, 77%)OKLCH
oklch(0.917 0.129 163.6)CMYK
cmyk(46%, 0%, 20%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFBB
2#3BFFAA
3#14FF99
4#00EC86
5#00C46F
6#009D59
7#007643
8#004F2D
9#002716
Tints
Lighter variations
1#95FFD1
2#A1FFD6
3#ADFFDB
4#B9FFE1
5#C4FFE6
6#D0FFEB
7#DCFFF0
8#E8FFF5
9#F3FFFA
Tones
Muted variations
1#90F9CB
2#95F3CB
3#9BEDCA
4#A1E8C9
5#A7E2C8
6#ADDCC7
7#B3D6C7
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 #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF8;
--mint-100: #DBFFF0;
--mint-200: #BDFFE2;
--mint-300: #8AFFCC;
--mint-400: #4DFFB2;
--mint-500: #1AFF9C;
--mint-600: #00E07F;
--mint-700: #00B365;
--mint-800: #008048;
--mint-900: #00522E;
--mint-950: #00331D;
}