Mint
#91F8CA
GreenColor Codes
All color formats for development
HEX
#91F8CARGB
rgb(145, 248, 202)HSL
hsl(153, 88%, 77%)OKLCH
oklch(0.904 0.117 163.6)CMYK
cmyk(42%, 0%, 19%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6B8
2#47F3A6
3#22F194
4#0EDD80
5#0CB96B
6#099455
7#076F40
8#054A2B
9#022515
Tints
Lighter variations
1#9CF9CF
2#A7F9D4
3#B2FADA
4#BDFBDF
5#C8FBE4
6#D3FCEA
7#DEFDEF
8#E9FEF4
9#F4FEFA
Tones
Muted variations
1#96F3C9
2#9BEEC8
3#A0E8C8
4#A5E3C7
5#ABDEC7
6#B0D9C6
7#B5D4C6
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 #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4AE | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F196 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA861 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087845 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DDFDEF;
--mint-200: #C1FBE1;
--mint-300: #91F8CA;
--mint-400: #57F4AE;
--mint-500: #27F196;
--mint-600: #0DD37A;
--mint-700: #0BA861;
--mint-800: #087845;
--mint-900: #054D2C;
--mint-950: #03301C;
}