Mint
#9BEEA2
GreenColor Codes
All color formats for development
HEX
#9BEEA2RGB
rgb(155, 238, 162)HSL
hsl(125, 71%, 77%)OKLCH
oklch(0.877 0.132 146.3)CMYK
cmyk(35%, 0%, 32%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E882
2#58E363
3#36DD44
4#22C930
5#1CA828
6#178620
7#116518
8#0B4310
9#062208
Tints
Lighter variations
1#A5F0AB
2#AFF1B4
3#B9F3BE
4#C3F5C7
5#CDF6D0
6#D7F8DA
7#E1FAE3
8#EBFCEC
9#F5FDF6
Tones
Muted variations
1#9FEAA5
2#A3E6A9
3#A7E1AC
4#ABDDB0
5#B0D9B3
6#B4D5B6
7#B8D1BA
8#BCCDBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEA2 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E571 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE48 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C02E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9924 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4611 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FAE3;
--mint-200: #C6F5CA;
--mint-300: #9BEEA2;
--mint-400: #66E571;
--mint-500: #3BDE48;
--mint-600: #21C02E;
--mint-700: #1A9924;
--mint-800: #126D1A;
--mint-900: #0C4611;
--mint-950: #072C0A;
}