Mint
#91F8C8
GreenColor Codes
All color formats for development
HEX
#91F8C8RGB
rgb(145, 248, 200)HSL
hsl(152, 88%, 77%)OKLCH
oklch(0.903 0.118 162.6)CMYK
cmyk(42%, 0%, 19%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6B5
2#47F3A3
3#22F190
4#0EDD7D
5#0CB968
6#099453
7#076F3E
8#054A2A
9#022515
Tints
Lighter variations
1#9CF9CD
2#A7F9D3
3#B2FAD8
4#BDFBDE
5#C8FBE3
6#D3FCE9
7#DEFDEE
8#E9FEF4
9#F4FEF9
Tones
Muted variations
1#96F3C7
2#9BEEC7
3#A0E8C7
4#A5E3C6
5#ABDEC6
6#B0D9C6
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 #C1FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8C8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AB | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD377 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA85E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087843 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DDFDEE;
--mint-200: #C1FBE0;
--mint-300: #91F8C8;
--mint-400: #57F4AB;
--mint-500: #27F193;
--mint-600: #0DD377;
--mint-700: #0BA85E;
--mint-800: #087843;
--mint-900: #054D2B;
--mint-950: #03301B;
}