Mint
#8DFBCC
GreenColor Codes
All color formats for development
HEX
#8DFBCCRGB
rgb(141, 251, 204)HSL
hsl(154, 93%, 77%)OKLCH
oklch(0.909 0.122 164.4)CMYK
cmyk(44%, 0%, 19%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FABA
2#42F8A9
3#1CF798
4#08E384
5#07BD6E
6#059858
7#047242
8#034C2C
9#012616
Tints
Lighter variations
1#99FBD1
2#A4FCD6
3#B0FCDB
4#BBFDE0
5#C6FDE5
6#D2FDEA
7#DDFEF0
8#E8FEF5
9#F4FFFA
Tones
Muted variations
1#93F5CB
2#99F0CA
3#9EEBC9
4#A4E5C9
5#A9E0C8
6#AFDAC7
7#B4D5C7
8#B9CFC6
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 | BFFD #BFFDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F79A | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D97E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2E | 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: #BFFDE2;
--mint-300: #8EFBCC;
--mint-400: #53F9B1;
--mint-500: #22F79A;
--mint-600: #08D97E;
--mint-700: #06AC64;
--mint-800: #047B48;
--mint-900: #034F2E;
--mint-950: #02311D;
}