Mint
#8EFAC6
GreenColor Codes
All color formats for development
HEX
#8EFAC6RGB
rgb(142, 250, 198)HSL
hsl(151, 92%, 77%)OKLCH
oklch(0.906 0.125 161.6)CMYK
cmyk(43%, 0%, 21%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F9B3
2#43F7A0
3#1DF68D
4#09E279
5#08BC65
6#069751
7#05713D
8#034B28
9#022614
Tints
Lighter variations
1#9AFBCC
2#A5FBD2
3#B0FCD7
4#BBFCDD
5#C7FDE3
6#D2FDE8
7#DDFEEE
8#E8FEF4
9#F4FFF9
Tones
Muted variations
1#94F5C6
2#99F0C6
3#9FEAC6
4#A4E5C5
5#A9DFC5
6#AFDAC5
7#B4D5C5
8#BACFC5
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAC6 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8A8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F690 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D774 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF8;
--mint-100: #DDFEEE;
--mint-200: #BFFCDF;
--mint-300: #8EFAC6;
--mint-400: #54F8A8;
--mint-500: #23F690;
--mint-600: #09D774;
--mint-700: #07AB5C;
--mint-800: #057A42;
--mint-900: #034E2A;
--mint-950: #02311A;
}