Mint
#91F7C8
GreenColor Codes
All color formats for development
HEX
#91F7C8RGB
rgb(145, 247, 200)HSL
hsl(152, 86%, 77%)OKLCH
oklch(0.901 0.117 162.9)CMYK
cmyk(41%, 0%, 19%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6DF4B5
2#49F1A3
3#24EF90
4#10DB7D
5#0EB768
6#0B9253
7#086E3E
8#05492A
9#032515
Tints
Lighter variations
1#9DF8CD
2#A8F8D3
3#B3F9D8
4#BEFADE
5#C8FBE3
6#D3FCE9
7#DEFDEE
8#E9FDF4
9#F4FEF9
Tones
Muted variations
1#97F2C7
2#9CEDC7
3#A1E8C7
4#A6E3C6
5#ABDEC6
6#B0D9C6
7#B5D3C5
8#BACEC5
9#BFC9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7C8 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3AB | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEF93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D177 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA65E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097743 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DEFDEE;
--mint-200: #C1FAE0;
--mint-300: #92F7C8;
--mint-400: #59F3AB;
--mint-500: #2AEF93;
--mint-600: #10D177;
--mint-700: #0CA65E;
--mint-800: #097743;
--mint-900: #064C2B;
--mint-950: #042F1B;
}