Mint
#8EFBCD
GreenColor Codes
All color formats for development
HEX
#8EFBCDRGB
rgb(142, 251, 205)HSL
hsl(155, 93%, 77%)OKLCH
oklch(0.91 0.121 164.7)CMYK
cmyk(43%, 0%, 18%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FABD
2#42F8AC
3#1CF79C
4#08E388
5#07BD71
6#05985B
7#047244
8#034C2D
9#012617
Tints
Lighter variations
1#99FBD2
2#A4FCD7
3#B0FCDC
4#BBFDE1
5#C6FDE6
6#D2FDEB
7#DDFEF0
8#E8FEF5
9#F4FFFA
Tones
Muted variations
1#93F5CD
2#99F0CC
3#9EEBCB
4#A4E5CA
5#A9E0C9
6#AFDAC8
7#B4D5C7
8#B9CFC6
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCD | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79E | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2F | 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: #F0FEF9;
--mint-100: #DDFEF0;
--mint-200: #BFFDE3;
--mint-300: #8EFBCD;
--mint-400: #53F9B4;
--mint-500: #22F79E;
--mint-600: #08D982;
--mint-700: #06AC67;
--mint-800: #047B4A;
--mint-900: #034F2F;
--mint-950: #02311D;
}