Mint
#95F4C9
GreenColor Codes
All color formats for development
HEX
#95F4C9RGB
rgb(149, 244, 201)HSL
hsl(153, 81%, 77%)OKLCH
oklch(0.896 0.109 163.6)CMYK
cmyk(39%, 0%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0B7
2#4EECA5
3#2AE993
4#16D57F
5#13B26A
6#0F8E55
7#0B6B40
8#07472A
9#042415
Tints
Lighter variations
1#9FF5CE
2#AAF6D4
3#B5F7D9
4#BFF8DF
5#CAF9E4
6#D5FBE9
7#DFFCEF
8#EAFDF4
9#F4FEFA
Tones
Muted variations
1#9AEFC9
2#9EEAC8
3#A3E6C8
4#A8E1C7
5#ADDCC7
6#B1D7C6
7#B6D3C6
8#BBCEC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4C9 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAD | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE996 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A260 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7345 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DFFCEF;
--mint-200: #C3F9E1;
--mint-300: #95F4C9;
--mint-400: #5DEEAD;
--mint-500: #2FE996;
--mint-600: #15CB79;
--mint-700: #11A260;
--mint-800: #0C7345;
--mint-900: #084A2C;
--mint-950: #052E1C;
}