Mint
#96F3A4
GreenColor Codes
All color formats for development
HEX
#96F3A4RGB
rgb(150, 243, 164)HSL
hsl(129, 79%, 77%)OKLCH
oklch(0.886 0.14 147.9)CMYK
cmyk(38%, 0%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF85
2#50EA67
3#2DE648
4#19D335
5#15B02C
6#108D23
7#0C691A
8#084612
9#042309
Tints
Lighter variations
1#A1F4AD
2#ABF5B6
3#B6F6BF
4#C0F8C8
5#CBF9D1
6#D5FADB
7#E0FBE4
8#EAFDED
9#F5FEF6
Tones
Muted variations
1#9BEEA7
2#9FE9AA
3#A4E5AE
4#A9E0B1
5#ADDCB4
6#B2D7B7
7#B6D2BB
8#BBCEBE
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A4 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC74 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E74D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C932 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094912 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF3;
--mint-100: #DFFBE3;
--mint-200: #C4F8CC;
--mint-300: #96F3A4;
--mint-400: #5FEC74;
--mint-500: #32E74D;
--mint-600: #18C932;
--mint-700: #13A028;
--mint-800: #0D721C;
--mint-900: #094912;
--mint-950: #052E0B;
}