Mint
#96F3B6
GreenColor Codes
All color formats for development
HEX
#96F3B6RGB
rgb(150, 243, 182)HSL
hsl(141, 79%, 77%)OKLCH
oklch(0.89 0.123 154.4)CMYK
cmyk(38%, 0%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EF9E
2#50EA86
3#2DE66E
4#19D35A
5#15B04B
6#108D3C
7#0C692D
8#08461E
9#04230F
Tints
Lighter variations
1#A1F4BE
2#ABF5C5
3#B6F6CC
4#C0F8D3
5#CBF9DB
6#D5FAE2
7#E0FBE9
8#EAFDF0
9#F5FEF8
Tones
Muted variations
1#9BEEB8
2#9FE9B9
3#A4E5BB
4#A9E0BC
5#ADDCBD
6#B2D7BF
7#B6D2C0
8#BBCEC2
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B6 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC91 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E771 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C956 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A044 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7231 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBE9;
--mint-200: #C4F8D6;
--mint-300: #96F3B6;
--mint-400: #5FEC91;
--mint-500: #32E771;
--mint-600: #18C956;
--mint-700: #13A044;
--mint-800: #0D7231;
--mint-900: #09491F;
--mint-950: #052E13;
}