Mint
#9BEEA4
GreenColor Codes
All color formats for development
HEX
#9BEEA4RGB
rgb(155, 238, 164)HSL
hsl(127, 71%, 77%)OKLCH
oklch(0.877 0.13 147)CMYK
cmyk(35%, 0%, 31%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E886
2#58E368
3#36DD49
4#22C936
5#1CA82D
6#178624
7#11651B
8#0B4312
9#062209
Tints
Lighter variations
1#A5F0AD
2#AFF1B7
3#B9F3C0
4#C3F5C9
5#CDF6D2
6#D7F8DB
7#E1FAE4
8#EBFCED
9#F5FDF6
Tones
Muted variations
1#9FEAA8
2#A3E6AB
3#A7E1AE
4#ABDDB1
5#B0D9B4
6#B4D5B8
7#B8D1BB
8#BCCDBE
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 #C6F5CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEA4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E575 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE4E | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C033 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9929 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4613 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF3;
--mint-100: #E0FAE3;
--mint-200: #C6F5CC;
--mint-300: #9BEEA4;
--mint-400: #66E575;
--mint-500: #3BDE4E;
--mint-600: #21C033;
--mint-700: #1A9929;
--mint-800: #126D1D;
--mint-900: #0C4613;
--mint-950: #072C0C;
}