Mint
#8EFBCA
GreenColor Codes
All color formats for development
HEX
#8EFBCARGB
rgb(142, 251, 202)HSL
hsl(153, 93%, 77%)OKLCH
oklch(0.909 0.123 163.2)CMYK
cmyk(43%, 0%, 20%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAB8
2#42F8A6
3#1CF794
4#08E381
5#07BD6B
6#059856
7#047240
8#034C2B
9#012615
Tints
Lighter variations
1#99FBCF
2#A4FCD4
3#B0FCDA
4#BBFDDF
5#C6FDE4
6#D2FDEA
7#DDFEEF
8#E8FEF4
9#F4FFFA
Tones
Muted variations
1#93F5C9
2#99F0C9
3#9EEBC8
4#A4E5C8
5#A9E0C7
6#AFDAC7
7#B4D5C6
8#B9CFC5
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCA | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9AE | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F797 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D97B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF8;
--mint-100: #DDFEEF;
--mint-200: #BFFDE1;
--mint-300: #8EFBCA;
--mint-400: #53F9AE;
--mint-500: #22F797;
--mint-600: #08D97B;
--mint-700: #06AC62;
--mint-800: #047B46;
--mint-900: #034F2D;
--mint-950: #02311C;
}