Mint
#8EFACC
GreenColor Codes
All color formats for development
HEX
#8EFACCRGB
rgb(142, 250, 204)HSL
hsl(154, 92%, 77%)OKLCH
oklch(0.908 0.12 164.6)CMYK
cmyk(43%, 0%, 18%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F9BA
2#43F7A9
3#1DF698
4#09E284
5#08BC6E
6#069758
7#057142
8#034B2C
9#022616
Tints
Lighter variations
1#9AFBD1
2#A5FBD6
3#B0FCDB
4#BBFCE0
5#C7FDE5
6#D2FDEA
7#DDFEF0
8#E8FEF5
9#F4FFFA
Tones
Muted variations
1#94F5CB
2#99F0CA
3#9FEAC9
4#A4E5C9
5#A9DFC8
6#AFDAC7
7#B4D5C7
8#BACFC6
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 #BFFCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F69A | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FEF8;
--mint-100: #DDFEEF;
--mint-200: #BFFCE2;
--mint-300: #8EFACC;
--mint-400: #54F8B1;
--mint-500: #23F69A;
--mint-600: #09D77E;
--mint-700: #07AB64;
--mint-800: #057A48;
--mint-900: #034E2E;
--mint-950: #02311D;
}