Mint
#96F3B2
GreenColor Codes
All color formats for development
HEX
#96F3B2RGB
rgb(150, 243, 178)HSL
hsl(138, 79%, 77%)OKLCH
oklch(0.889 0.127 152.8)CMYK
cmyk(38%, 0%, 27%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF98
2#50EA7E
3#2DE664
4#19D351
5#15B043
6#108D36
7#0C6928
8#08461B
9#04230D
Tints
Lighter variations
1#A1F4BA
2#ABF5C1
3#B6F6C9
4#C0F8D1
5#CBF9D8
6#D5FAE0
7#E0FBE8
8#EAFDF0
9#F5FEF7
Tones
Muted variations
1#9BEEB4
2#9FE9B6
3#A4E5B7
4#A9E0B9
5#ADDCBB
6#B2D7BD
7#B6D2BF
8#BBCEC1
9#C0C9C2
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 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC8A | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E768 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C94D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF5;
--mint-100: #DFFBE8;
--mint-200: #C4F8D3;
--mint-300: #96F3B2;
--mint-400: #5FEC8A;
--mint-500: #32E768;
--mint-600: #18C94D;
--mint-700: #13A03D;
--mint-800: #0D722C;
--mint-900: #09491C;
--mint-950: #052E11;
}