Mint
#9BEEBC
GreenColor Codes
All color formats for development
HEX
#9BEEBCRGB
rgb(155, 238, 188)HSL
hsl(144, 71%, 77%)OKLCH
oklch(0.882 0.107 156.9)CMYK
cmyk(35%, 0%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8A6
2#58E38F
3#36DD79
4#22C965
5#1CA854
6#178643
7#116533
8#0B4322
9#062211
Tints
Lighter variations
1#A5F0C3
2#AFF1C9
3#B9F3D0
4#C3F5D7
5#CDF6DE
6#D7F8E4
7#E1FAEB
8#EBFCF2
9#F5FDF8
Tones
Muted variations
1#9FEABD
2#A3E6BE
3#A7E1BF
4#ABDDBF
5#B0D9C0
6#B4D5C1
7#B8D1C2
8#BCCDC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEBC | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E599 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE7C | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C060 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A994D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4623 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF6;
--mint-100: #E0FAEB;
--mint-200: #C6F5D9;
--mint-300: #9BEEBC;
--mint-400: #66E599;
--mint-500: #3BDE7C;
--mint-600: #21C060;
--mint-700: #1A994D;
--mint-800: #126D37;
--mint-900: #0C4623;
--mint-950: #072C16;
}