Mint
#96F3C1
GreenColor Codes
All color formats for development
HEX
#96F3C1RGB
rgb(150, 243, 193)HSL
hsl(148, 79%, 77%)OKLCH
oklch(0.893 0.114 159.4)CMYK
cmyk(38%, 0%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFAD
2#50EA98
3#2DE683
4#19D370
5#15B05D
6#108D4A
7#0C6938
8#084625
9#042313
Tints
Lighter variations
1#A1F4C7
2#ABF5CE
3#B6F6D4
4#C0F8DA
5#CBF9E0
6#D5FAE6
7#E0FBEC
8#EAFDF3
9#F5FEF9
Tones
Muted variations
1#9BEEC2
2#9FE9C2
3#A4E5C2
4#A9E0C2
5#ADDCC3
6#B2D7C3
7#B6D2C3
8#BBCEC4
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3C1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECA1 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E786 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C96A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A055 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D723C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094927 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBEC;
--mint-200: #C4F8DC;
--mint-300: #96F3C1;
--mint-400: #5FECA1;
--mint-500: #32E786;
--mint-600: #18C96A;
--mint-700: #13A055;
--mint-800: #0D723C;
--mint-900: #094927;
--mint-950: #052E18;
}