Mint
#95F3C6
GreenColor Codes
All color formats for development
HEX
#95F3C6RGB
rgb(149, 243, 198)HSL
hsl(151, 80%, 77%)OKLCH
oklch(0.893 0.11 162.3)CMYK
cmyk(39%, 0%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFB3
2#4FEBA0
3#2BE78D
4#18D479
5#14B165
6#108D51
7#0C6A3C
8#084728
9#042314
Tints
Lighter variations
1#A0F4CC
2#ABF6D1
3#B5F7D7
4#C0F8DD
5#CAF9E2
6#D5FAE8
7#DFFBEE
8#EAFDF4
9#F4FEF9
Tones
Muted variations
1#9AEFC6
2#9FEAC6
3#A4E5C5
4#A8E1C5
5#ADDCC5
6#B2D7C5
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 #C3F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA8 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E88F | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A15C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7341 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08492A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEE;
--mint-200: #C3F8DF;
--mint-300: #95F3C6;
--mint-400: #5EEDA8;
--mint-500: #30E88F;
--mint-600: #16CA73;
--mint-700: #12A15C;
--mint-800: #0D7341;
--mint-900: #08492A;
--mint-950: #052E1A;
}