Mint
#96F39E
GreenColor Codes
All color formats for development
HEX
#96F39ERGB
rgb(150, 243, 158)HSL
hsl(125, 79%, 77%)OKLCH
oklch(0.885 0.146 146.2)CMYK
cmyk(38%, 0%, 35%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF7D
2#50EA5D
3#2DE63C
4#19D328
5#15B022
6#108D1B
7#0C6914
8#08460D
9#042307
Tints
Lighter variations
1#A1F4A7
2#ABF5B1
3#B6F6BB
4#C0F8C5
5#CBF9CE
6#D5FAD8
7#E0FBE2
8#EAFDEC
9#F5FEF5
Tones
Muted variations
1#9BEEA2
2#9FE9A5
3#A4E5A9
4#A9E0AD
5#ADDCB1
6#B2D7B5
7#B6D2B9
8#BBCEBD
9#C0C9C0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F39E | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC6B | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E741 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C926 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A01E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7216 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF2;
--mint-100: #DFFBE1;
--mint-200: #C4F8C8;
--mint-300: #96F39E;
--mint-400: #5FEC6B;
--mint-500: #32E741;
--mint-600: #18C926;
--mint-700: #13A01E;
--mint-800: #0D7216;
--mint-900: #09490E;
--mint-950: #052E09;
}