Mint
#96F3A2
GreenColor Codes
All color formats for development
HEX
#96F3A2RGB
rgb(150, 243, 162)HSL
hsl(128, 79%, 77%)OKLCH
oklch(0.886 0.142 147.3)CMYK
cmyk(38%, 0%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF83
2#50EA64
3#2DE645
4#19D332
5#15B029
6#108D21
7#0C6919
8#084611
9#042308
Tints
Lighter variations
1#A1F4AC
2#ABF5B5
3#B6F6BE
4#C0F8C7
5#CBF9D1
6#D5FADA
7#E0FBE3
8#EAFDEC
9#F5FEF6
Tones
Muted variations
1#9BEEA6
2#9FE9A9
3#A4E5AD
4#A9E0B0
5#ADDCB3
6#B2D7B7
7#B6D2BA
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 #C4F8CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A2 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC72 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E74A | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C92F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D721B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094911 | 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: #C4F8CB;
--mint-300: #96F3A2;
--mint-400: #5FEC72;
--mint-500: #32E74A;
--mint-600: #18C92F;
--mint-700: #13A026;
--mint-800: #0D721B;
--mint-900: #094911;
--mint-950: #052E0B;
}