Mint
#96F3BD
GreenColor Codes
All color formats for development
HEX
#96F3BDRGB
rgb(150, 243, 189)HSL
hsl(145, 79%, 77%)OKLCH
oklch(0.892 0.117 157.5)CMYK
cmyk(38%, 0%, 22%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFA6
2#50EA90
3#2DE67A
4#19D366
5#15B055
6#108D44
7#0C6933
8#084622
9#042311
Tints
Lighter variations
1#A1F4C3
2#ABF5CA
3#B6F6D1
4#C0F8D7
5#CBF9DE
6#D5FAE4
7#E0FBEB
8#EAFDF2
9#F5FEF8
Tones
Muted variations
1#9BEEBD
2#9FE9BE
3#A4E5BF
4#A9E0C0
5#ADDCC0
6#B2D7C1
7#B6D2C2
8#BBCEC3
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3BD | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC9A | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E77D | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C961 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A04D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7237 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094923 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBEB;
--mint-200: #C4F8D9;
--mint-300: #96F3BD;
--mint-400: #5FEC9A;
--mint-500: #32E77D;
--mint-600: #18C961;
--mint-700: #13A04D;
--mint-800: #0D7237;
--mint-900: #094923;
--mint-950: #052E16;
}