Mint
#96F3B3
GreenColor Codes
All color formats for development
HEX
#96F3B3RGB
rgb(150, 243, 179)HSL
hsl(139, 79%, 77%)OKLCH
oklch(0.889 0.126 153.1)CMYK
cmyk(38%, 0%, 26%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF9A
2#50EA81
3#2DE667
4#19D354
5#15B046
6#108D38
7#0C692A
8#08461C
9#04230E
Tints
Lighter variations
1#A1F4BB
2#ABF5C2
3#B6F6CA
4#C0F8D2
5#CBF9D9
6#D5FAE1
7#E0FBE8
8#EAFDF0
9#F5FEF7
Tones
Muted variations
1#9BEEB5
2#9FE9B7
3#A4E5B8
4#A9E0BA
5#ADDCBC
6#B2D7BE
7#B6D2BF
8#BBCEC1
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC8C | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E76B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C950 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE8;
--mint-200: #C4F8D4;
--mint-300: #96F3B3;
--mint-400: #5FEC8C;
--mint-500: #32E76B;
--mint-600: #18C950;
--mint-700: #13A03F;
--mint-800: #0D722D;
--mint-900: #09491D;
--mint-950: #052E12;
}