Mint
#96F3A1
GreenColor Codes
All color formats for development
HEX
#96F3A1RGB
rgb(150, 243, 161)HSL
hsl(127, 79%, 77%)OKLCH
oklch(0.886 0.143 147)CMYK
cmyk(38%, 0%, 34%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF81
2#50EA62
3#2DE642
4#19D32E
5#15B027
6#108D1F
7#0C6917
8#08460F
9#042308
Tints
Lighter variations
1#A1F4AA
2#ABF5B4
3#B6F6BD
4#C0F8C6
5#CBF9D0
6#D5FAD9
7#E0FBE3
8#EAFDEC
9#F5FEF6
Tones
Muted variations
1#9BEEA4
2#9FE9A8
3#A4E5AB
4#A9E0AF
5#ADDCB3
6#B2D7B6
7#B6D2BA
8#BBCEBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3A1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC70 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E747 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C92C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A023 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7219 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094910 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF3;
--mint-100: #DFFBE2;
--mint-200: #C4F8CA;
--mint-300: #96F3A1;
--mint-400: #5FEC70;
--mint-500: #32E747;
--mint-600: #18C92C;
--mint-700: #13A023;
--mint-800: #0D7219;
--mint-900: #094910;
--mint-950: #052E0A;
}