Mint
#91F8CB
GreenColor Codes
All color formats for development
HEX
#91F8CBRGB
rgb(145, 248, 203)HSL
hsl(154, 88%, 77%)OKLCH
oklch(0.904 0.116 164.2)CMYK
cmyk(42%, 0%, 18%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CF6BA
2#47F3A9
3#22F197
4#0EDD84
5#0CB96E
6#099458
7#076F42
8#054A2C
9#022516
Tints
Lighter variations
1#9CF9D0
2#A7F9D6
3#B2FADB
4#BDFBE0
5#C8FBE5
6#D3FCEA
7#DEFDEF
8#E9FEF5
9#F4FEFA
Tones
Muted variations
1#96F3CB
2#9BEECA
3#A0E8C9
4#A5E3C8
5#ABDEC8
6#B0D9C7
7#B5D4C6
8#BACFC6
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 #C1FBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F19A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2E | 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: #C1FBE2;
--mint-300: #91F8CB;
--mint-400: #57F4B0;
--mint-500: #27F19A;
--mint-600: #0DD37D;
--mint-700: #0BA864;
--mint-800: #087847;
--mint-900: #054D2E;
--mint-950: #03301C;
}