Mint
#8AFFCE
GreenColor Codes
All color formats for development
HEX
#8AFFCERGB
rgb(138, 255, 206)HSL
hsl(155, 100%, 77%)OKLCH
oklch(0.918 0.128 164.6)CMYK
cmyk(46%, 0%, 19%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62FFBE
2#3BFFAD
3#14FF9D
4#00EC89
5#00C473
6#009D5C
7#007645
8#004F2E
9#002717
Tints
Lighter variations
1#95FFD3
2#A1FFD8
3#ADFFDD
4#B9FFE2
5#C4FFE7
6#D0FFEB
7#DCFFF0
8#E8FFF5
9#F3FFFA
Tones
Muted variations
1#90F9CD
2#95F3CC
3#9BEDCB
4#A1E8CA
5#A7E2C9
6#ADDCC8
7#B3D6C7
8#B9D0C6
9#BECAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCE | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005230 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF9;
--mint-100: #DBFFF0;
--mint-200: #BDFFE3;
--mint-300: #8AFFCE;
--mint-400: #4DFFB5;
--mint-500: #1AFF9F;
--mint-600: #00E083;
--mint-700: #00B368;
--mint-800: #00804A;
--mint-900: #005230;
--mint-950: #00331E;
}