Mint
#8EFACA
GreenColor Codes
All color formats for development
HEX
#8EFACARGB
rgb(142, 250, 202)HSL
hsl(153, 92%, 77%)OKLCH
oklch(0.907 0.122 163.5)CMYK
cmyk(43%, 0%, 19%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F9B8
2#43F7A6
3#1DF694
4#09E281
5#08BC6B
6#069756
7#057140
8#034B2B
9#022615
Tints
Lighter variations
1#9AFBCF
2#A5FBD4
3#B0FCDA
4#BBFCDF
5#C7FDE4
6#D2FDEA
7#DDFEEF
8#E8FEF4
9#F4FFFA
Tones
Muted variations
1#94F5C9
2#99F0C9
3#9FEAC8
4#A4E5C8
5#A9DFC7
6#AFDAC7
7#B4D5C6
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 #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8AE | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F697 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D77B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2D | 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: #BFFCE1;
--mint-300: #8EFACA;
--mint-400: #54F8AE;
--mint-500: #23F697;
--mint-600: #09D77B;
--mint-700: #07AB61;
--mint-800: #057A46;
--mint-900: #034E2D;
--mint-950: #02311C;
}