Mint
#9BEE9B
GreenColor Codes
All color formats for development
HEX
#9BEE9BRGB
rgb(155, 238, 155)HSL
hsl(120, 71%, 77%)OKLCH
oklch(0.876 0.139 144.3)CMYK
cmyk(35%, 0%, 35%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E879
2#58E358
3#36DD36
4#22C922
5#1CA81C
6#178617
7#116511
8#0B430B
9#062206
Tints
Lighter variations
1#A5F0A5
2#AFF1AF
3#B9F3B9
4#C3F5C3
5#CDF6CD
6#D7F8D7
7#E1FAE1
8#EBFCEB
9#F5FDF5
Tones
Muted variations
1#9FEA9F
2#A3E6A3
3#A7E1A7
4#ABDDAB
5#B0D9B0
6#B4D5B4
7#B8D1B8
8#BCCDBC
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEE9B | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E566 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE3B | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C021 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A991A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C460C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF2;
--mint-100: #E0FAE0;
--mint-200: #C6F5C6;
--mint-300: #9BEE9B;
--mint-400: #66E566;
--mint-500: #3BDE3B;
--mint-600: #21C021;
--mint-700: #1A991A;
--mint-800: #126D12;
--mint-900: #0C460C;
--mint-950: #072C07;
}