Mint
#9BEEAB
GreenColor Codes
All color formats for development
HEX
#9BEEABRGB
rgb(155, 238, 171)HSL
hsl(132, 71%, 77%)OKLCH
oklch(0.879 0.123 149.4)CMYK
cmyk(35%, 0%, 28%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E88F
2#58E373
3#36DD57
4#22C944
5#1CA838
6#17862D
7#116522
8#0B4317
9#06220B
Tints
Lighter variations
1#A5F0B4
2#AFF1BC
3#B9F3C4
4#C3F5CD
5#CDF6D5
6#D7F8DE
7#E1FAE6
8#EBFCEE
9#F5FDF7
Tones
Muted variations
1#9FEAAE
2#A3E6B0
3#A7E1B3
4#ABDDB5
5#B0D9B8
6#B4D5BA
7#B8D1BD
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 #E0FAE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEAB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E580 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C040 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9933 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4617 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF4;
--mint-100: #E0FAE6;
--mint-200: #C6F5D0;
--mint-300: #9BEEAB;
--mint-400: #66E580;
--mint-500: #3BDE5B;
--mint-600: #21C040;
--mint-700: #1A9933;
--mint-800: #126D25;
--mint-900: #0C4617;
--mint-950: #072C0F;
}