Mint
#56F5B6
GreenColor Codes
All color formats for development
HEX
#56F5B6RGB
rgb(86, 245, 182)HSL
hsl(156, 89%, 65%)OKLCH
oklch(0.871 0.16 163)CMYK
cmyk(65%, 0%, 26%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3A8
2#18F29A
3#0DDB89
4#0BBC75
5#099D62
6#077D4E
7#055E3B
8#043F27
9#021F14
Tints
Lighter variations
1#67F6BD
2#78F7C4
3#89F8CC
4#9AF9D3
5#ABFADA
6#BCFBE2
7#CCFCE9
8#DDFDF0
9#EEFEF8
Tones
Muted variations
1#5EEDB4
2#66E5B2
3#6EDDB1
4#76D5AF
5#7ECDAE
6#86C6AC
7#8EBEAB
8#96B6A9
9#9EAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CF | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5B6 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07784B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DDFDF0;
--mint-200: #C0FBE4;
--mint-300: #90F9CF;
--mint-400: #56F5B6;
--mint-500: #26F2A1;
--mint-600: #0CD484;
--mint-700: #0AA969;
--mint-800: #07784B;
--mint-900: #044D30;
--mint-950: #03301E;
}