Mint
#95F3B9
GreenColor Codes
All color formats for development
HEX
#95F3B9RGB
rgb(149, 243, 185)HSL
hsl(143, 80%, 77%)OKLCH
oklch(0.89 0.121 155.9)CMYK
cmyk(39%, 0%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72EFA2
2#4FEB8B
3#2BE774
4#18D460
5#14B150
6#108D40
7#0C6A30
8#084720
9#042310
Tints
Lighter variations
1#A0F4C0
2#ABF6C7
3#B5F7CE
4#C0F8D5
5#CAF9DC
6#D5FAE3
7#DFFBEA
8#EAFDF1
9#F4FEF8
Tones
Muted variations
1#9AEFBA
2#9FEABC
3#A4E5BD
4#A8E1BE
5#ADDCBF
6#B2D7C0
7#B6D2C1
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 #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B9 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED95 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E877 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A149 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084921 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF6;
--mint-100: #DFFBEA;
--mint-200: #C3F8D8;
--mint-300: #95F3B9;
--mint-400: #5EED95;
--mint-500: #30E877;
--mint-600: #16CA5B;
--mint-700: #12A149;
--mint-800: #0D7334;
--mint-900: #084921;
--mint-950: #052E15;
}