Mint
#8EFBC8
GreenColor Codes
All color formats for development
HEX
#8EFBC8RGB
rgb(142, 251, 200)HSL
hsl(152, 93%, 77%)OKLCH
oklch(0.909 0.124 162.3)CMYK
cmyk(43%, 0%, 20%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAB6
2#42F8A3
3#1CF791
4#08E37D
5#07BD68
6#059853
7#04723F
8#034C2A
9#012615
Tints
Lighter variations
1#99FBCD
2#A4FCD3
3#B0FCD8
4#BBFDDE
5#C6FDE3
6#D2FDE9
7#DDFEEE
8#E8FEF4
9#F4FFF9
Tones
Muted variations
1#93F5C8
2#99F0C7
3#9EEBC7
4#A4E5C7
5#A9E0C6
6#AFDAC6
7#B4D5C5
8#B9CFC5
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 | BFFD #BFFDE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBC8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9AB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F793 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2B | 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: #BFFDE0;
--mint-300: #8EFBC8;
--mint-400: #53F9AB;
--mint-500: #22F793;
--mint-600: #08D977;
--mint-700: #06AC5F;
--mint-800: #047B44;
--mint-900: #034F2B;
--mint-950: #02311B;
}