Mint
#95F3C4
GreenColor Codes
All color formats for development
HEX
#95F3C4RGB
rgb(149, 243, 196)HSL
hsl(150, 80%, 77%)OKLCH
oklch(0.893 0.112 161.2)CMYK
cmyk(39%, 0%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFB1
2#4FEB9D
3#2BE789
4#18D476
5#14B162
6#108D4F
7#0C6A3B
8#084727
9#042314
Tints
Lighter variations
1#A0F4CA
2#ABF6D0
3#B5F7D6
4#C0F8DC
5#CAF9E2
6#D5FAE8
7#DFFBED
8#EAFDF3
9#F4FEF9
Tones
Muted variations
1#9AEFC4
2#9FEAC4
3#A4E5C4
4#A8E1C4
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 #C3F8DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3C4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDA6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E88C | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A159 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7340 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084929 | 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: #F1FDF7;
--mint-100: #DFFBED;
--mint-200: #C3F8DE;
--mint-300: #95F3C4;
--mint-400: #5EEDA6;
--mint-500: #30E88C;
--mint-600: #16CA70;
--mint-700: #12A159;
--mint-800: #0D7340;
--mint-900: #084929;
--mint-950: #052E1A;
}