Mint
#56F5BE
GreenColor Codes
All color formats for development
HEX
#56F5BERGB
rgb(86, 245, 190)HSL
hsl(159, 89%, 65%)OKLCH
oklch(0.873 0.154 166.1)CMYK
cmyk(65%, 0%, 22%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3B1
2#18F2A5
3#0DDB93
4#0BBC7E
5#099D69
6#077D54
7#055E3F
8#043F2A
9#021F15
Tints
Lighter variations
1#67F6C4
2#78F7CB
3#89F8D1
4#9AF9D8
5#ABFADE
6#BCFBE5
7#CCFCEB
8#DDFDF2
9#EEFEF8
Tones
Muted variations
1#5EEDBB
2#66E5B9
3#6EDDB6
4#76D5B4
5#7ECDB2
6#86C6AF
7#8EBEAD
8#96B6AB
9#9EAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D4 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5BE | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD48E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA971 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DDFDF2;
--mint-200: #C0FBE7;
--mint-300: #90F9D4;
--mint-400: #56F5BE;
--mint-500: #26F2AB;
--mint-600: #0CD48E;
--mint-700: #0AA971;
--mint-800: #077851;
--mint-900: #044D34;
--mint-950: #033020;
}