Mint
#95F3B6
GreenColor Codes
All color formats for development
HEX
#95F3B6RGB
rgb(149, 243, 182)HSL
hsl(141, 80%, 77%)OKLCH
oklch(0.89 0.124 154.6)CMYK
cmyk(39%, 0%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EF9E
2#4FEB86
3#2BE76D
4#18D45A
5#14B14B
6#108D3C
7#0C6A2D
8#08471E
9#04230F
Tints
Lighter variations
1#A0F4BE
2#ABF6C5
3#B5F7CC
4#C0F8D3
5#CAF9DB
6#D5FAE2
7#DFFBE9
8#EAFDF0
9#F4FEF8
Tones
Muted variations
1#9AEFB8
2#9FEAB9
3#A4E5BA
4#A8E1BC
5#ADDCBD
6#B2D7BF
7#B6D2C0
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 #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B6 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED90 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E871 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA55 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A144 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7330 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBE9;
--mint-200: #C3F8D6;
--mint-300: #95F3B6;
--mint-400: #5EED90;
--mint-500: #30E871;
--mint-600: #16CA55;
--mint-700: #12A144;
--mint-800: #0D7330;
--mint-900: #08491F;
--mint-950: #052E13;
}