Mint
#96F3AA
GreenColor Codes
All color formats for development
HEX
#96F3AARGB
rgb(150, 243, 170)HSL
hsl(133, 79%, 77%)OKLCH
oklch(0.887 0.134 149.8)CMYK
cmyk(38%, 0%, 30%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF8E
2#50EA71
3#2DE655
4#19D341
5#15B036
6#108D2B
7#0C6921
8#084616
9#04230B
Tints
Lighter variations
1#A1F4B3
2#ABF5BB
3#B6F6C4
4#C0F8CC
5#CBF9D5
6#D5FADD
7#E0FBE6
8#EAFDEE
9#F5FEF7
Tones
Muted variations
1#9BEEAD
2#9FE9AF
3#A4E5B2
4#A9E0B5
5#ADDCB7
6#B2D7BA
7#B6D2BC
8#BBCEBF
9#C0C9C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3AA | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC7E | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E759 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C93E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A031 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7223 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094917 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF4;
--mint-100: #DFFBE5;
--mint-200: #C4F8CF;
--mint-300: #96F3AA;
--mint-400: #5FEC7E;
--mint-500: #32E759;
--mint-600: #18C93E;
--mint-700: #13A031;
--mint-800: #0D7223;
--mint-900: #094917;
--mint-950: #052E0E;
}