Mint
#95F3BB
GreenColor Codes
All color formats for development
HEX
#95F3BBRGB
rgb(149, 243, 187)HSL
hsl(144, 80%, 77%)OKLCH
oklch(0.891 0.119 156.8)CMYK
cmyk(39%, 0%, 23%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFA4
2#4FEB8D
3#2BE777
4#18D463
5#14B152
6#108D42
7#0C6A31
8#084721
9#042310
Tints
Lighter variations
1#A0F4C2
2#ABF6C9
3#B5F7CF
4#C0F8D6
5#CAF9DD
6#D5FAE4
7#DFFBEB
8#EAFDF1
9#F4FEF8
Tones
Muted variations
1#9AEFBC
2#9FEABD
3#A4E5BE
4#A8E1BF
5#ADDCC0
6#B2D7C1
7#B6D2C2
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 #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3BB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED97 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E87A | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A14B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7336 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084922 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBEA;
--mint-200: #C3F8D9;
--mint-300: #95F3BB;
--mint-400: #5EED97;
--mint-500: #30E87A;
--mint-600: #16CA5E;
--mint-700: #12A14B;
--mint-800: #0D7336;
--mint-900: #084922;
--mint-950: #052E15;
}