Mint
#91F8C6
GreenColor Codes
All color formats for development
HEX
#91F8C6RGB
rgb(145, 248, 198)HSL
hsl(151, 88%, 77%)OKLCH
oklch(0.903 0.12 161.6)CMYK
cmyk(42%, 0%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6B3
2#47F3A0
3#22F18D
4#0EDD79
5#0CB965
6#099451
7#076F3D
8#054A28
9#022514
Tints
Lighter variations
1#9CF9CC
2#A7F9D1
3#B2FAD7
4#BDFBDD
5#C8FBE3
6#D3FCE8
7#DEFDEE
8#E9FEF4
9#F4FEF9
Tones
Muted variations
1#96F3C6
2#9BEEC6
3#A0E8C6
4#A5E3C5
5#ABDEC5
6#B0D9C5
7#B5D4C5
8#BACFC5
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C6 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4A8 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F190 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD373 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DDFDEE;
--mint-200: #C1FBDF;
--mint-300: #91F8C6;
--mint-400: #57F4A8;
--mint-500: #27F190;
--mint-600: #0DD373;
--mint-700: #0BA85C;
--mint-800: #087842;
--mint-900: #054D2A;
--mint-950: #03301A;
}