Mint
#9BEEAA
GreenColor Codes
All color formats for development
HEX
#9BEEAARGB
rgb(155, 238, 170)HSL
hsl(131, 71%, 77%)OKLCH
oklch(0.878 0.124 149.1)CMYK
cmyk(35%, 0%, 29%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E88E
2#58E371
3#36DD55
4#22C941
5#1CA836
6#17862B
7#116520
8#0B4316
9#06220B
Tints
Lighter variations
1#A5F0B2
2#AFF1BB
3#B9F3C3
4#C3F5CC
5#CDF6D4
6#D7F8DD
7#E1FAE5
8#EBFCEE
9#F5FDF6
Tones
Muted variations
1#9FEAAD
2#A3E6AF
3#A7E1B2
4#ABDDB5
5#B0D9B7
6#B4D5BA
7#B8D1BC
8#BCCDBF
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEAA | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E57E | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE59 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C03E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9931 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D23 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4616 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FAE5;
--mint-200: #C6F5CF;
--mint-300: #9BEEAA;
--mint-400: #66E57E;
--mint-500: #3BDE59;
--mint-600: #21C03E;
--mint-700: #1A9931;
--mint-800: #126D23;
--mint-900: #0C4616;
--mint-950: #072C0E;
}