Mint
#9BEE9C
GreenColor Codes
All color formats for development
HEX
#9BEE9CRGB
rgb(155, 238, 156)HSL
hsl(121, 71%, 77%)OKLCH
oklch(0.876 0.138 144.6)CMYK
cmyk(35%, 0%, 34%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E87B
2#58E35A
3#36DD39
4#22C925
5#1CA81F
6#178619
7#116512
8#0B430C
9#062206
Tints
Lighter variations
1#A5F0A6
2#AFF1B0
3#B9F3BA
4#C3F5C4
5#CDF6CE
6#D7F8D7
7#E1FAE1
8#EBFCEB
9#F5FDF5
Tones
Muted variations
1#9FEAA0
2#A3E6A4
3#A7E1A8
4#ABDDAC
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 #E0FAE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEE9C | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E568 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE3D | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C023 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A991C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D14 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C460D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF2;
--mint-100: #E0FAE1;
--mint-200: #C6F5C7;
--mint-300: #9BEE9C;
--mint-400: #66E568;
--mint-500: #3BDE3D;
--mint-600: #21C023;
--mint-700: #1A991C;
--mint-800: #126D14;
--mint-900: #0C460D;
--mint-950: #072C08;
}