Mint
#95F3C7
GreenColor Codes
All color formats for development
HEX
#95F3C7RGB
rgb(149, 243, 199)HSL
hsl(152, 80%, 77%)OKLCH
oklch(0.894 0.109 162.9)CMYK
cmyk(39%, 0%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFB5
2#4FEBA2
3#2BE790
4#18D47C
5#14B167
6#108D53
7#0C6A3E
8#084729
9#042315
Tints
Lighter variations
1#A0F4CD
2#ABF6D3
3#B5F7D8
4#C0F8DE
5#CAF9E3
6#D5FAE9
7#DFFBEE
8#EAFDF4
9#F4FEF9
Tones
Muted variations
1#9AEFC7
2#9FEAC7
3#A4E5C7
4#A8E1C6
5#ADDCC6
6#B2D7C6
7#B6D2C5
8#BBCEC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDAB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E892 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A15E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7343 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEE;
--mint-200: #C3F8E0;
--mint-300: #95F3C7;
--mint-400: #5EEDAB;
--mint-500: #30E892;
--mint-600: #16CA76;
--mint-700: #12A15E;
--mint-800: #0D7343;
--mint-900: #08492B;
--mint-950: #052E1B;
}