Mint
#95F3C3
GreenColor Codes
All color formats for development
HEX
#95F3C3RGB
rgb(149, 243, 195)HSL
hsl(149, 80%, 77%)OKLCH
oklch(0.893 0.113 160.7)CMYK
cmyk(39%, 0%, 20%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFAF
2#4FEB9A
3#2BE786
4#18D473
5#14B160
6#108D4C
7#0C6A39
8#084726
9#042313
Tints
Lighter variations
1#A0F4C9
2#ABF6CF
3#B5F7D5
4#C0F8DB
5#CAF9E1
6#D5FAE7
7#DFFBED
8#EAFDF3
9#F4FEF9
Tones
Muted variations
1#9AEFC3
2#9FEAC3
3#A4E5C3
4#A8E1C3
5#ADDCC4
6#B2D7C4
7#B6D2C4
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 #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA3 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E889 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA6D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A157 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D733E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084928 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBED;
--mint-200: #C3F8DD;
--mint-300: #95F3C3;
--mint-400: #5EEDA3;
--mint-500: #30E889;
--mint-600: #16CA6D;
--mint-700: #12A157;
--mint-800: #0D733E;
--mint-900: #084928;
--mint-950: #052E19;
}