Mint
#56F5B0
GreenColor Codes
All color formats for development
HEX
#56F5B0RGB
rgb(86, 245, 176)HSL
hsl(154, 89%, 65%)OKLCH
oklch(0.87 0.165 160.9)CMYK
cmyk(65%, 0%, 28%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3A2
2#18F293
3#0DDB82
4#0BBC6F
5#099D5D
6#077D4A
7#055E38
8#043F25
9#021F13
Tints
Lighter variations
1#67F6B8
2#78F7C0
3#89F8C8
4#9AF9D0
5#ABFAD8
6#BCFBE0
7#CCFCE7
8#DDFDEF
9#EEFEF7
Tones
Muted variations
1#5EEDAF
2#66E5AE
3#6EDDAD
4#76D5AC
5#7ECDAB
6#86C6AA
7#8EBEA9
8#96B6A8
9#9EAEA7
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 | C0FB #C0FBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CB | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5B0 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F29A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD47E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA964 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D2E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DDFDEF;
--mint-200: #C0FBE2;
--mint-300: #90F9CB;
--mint-400: #56F5B0;
--mint-500: #26F29A;
--mint-600: #0CD47E;
--mint-700: #0AA964;
--mint-800: #077847;
--mint-900: #044D2E;
--mint-950: #03301D;
}