Mint
#8EFAC8
GreenColor Codes
All color formats for development
HEX
#8EFAC8RGB
rgb(142, 250, 200)HSL
hsl(152, 92%, 77%)OKLCH
oklch(0.907 0.123 162.5)CMYK
cmyk(43%, 0%, 20%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F9B6
2#43F7A3
3#1DF691
4#09E27D
5#08BC68
6#069753
7#05713F
8#034B2A
9#022615
Tints
Lighter variations
1#9AFBCD
2#A5FBD3
3#B0FCD8
4#BBFCDE
5#C7FDE3
6#D2FDE9
7#DDFEEE
8#E8FEF4
9#F4FFF9
Tones
Muted variations
1#94F5C8
2#99F0C7
3#9FEAC7
4#A4E5C7
5#A9DFC6
6#AFDAC6
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 #BFFCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAC8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8AB | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F693 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF8;
--mint-100: #DDFEEE;
--mint-200: #BFFCE0;
--mint-300: #8EFAC8;
--mint-400: #54F8AB;
--mint-500: #23F693;
--mint-600: #09D777;
--mint-700: #07AB5F;
--mint-800: #057A44;
--mint-900: #034E2B;
--mint-950: #02311B;
}