Mint
#56F5B8
GreenColor Codes
All color formats for development
HEX
#56F5B8RGB
rgb(86, 245, 184)HSL
hsl(157, 89%, 65%)OKLCH
oklch(0.872 0.159 163.8)CMYK
cmyk(65%, 0%, 25%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F3AB
2#18F29E
3#0DDB8C
4#0BBC78
5#099D64
6#077D50
7#055E3C
8#043F28
9#021F14
Tints
Lighter variations
1#67F6BF
2#78F7C6
3#89F8CD
4#9AF9D5
5#ABFADC
6#BCFBE3
7#CCFCEA
8#DDFDF1
9#EEFEF8
Tones
Muted variations
1#5EEDB6
2#66E5B5
3#6EDDB3
4#76D5B1
5#7ECDAF
6#86C6AD
7#8EBEAB
8#96B6A9
9#9EAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D1 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA96C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #07784D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D31 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DDFDF1;
--mint-200: #C0FBE5;
--mint-300: #90F9D1;
--mint-400: #56F5B8;
--mint-500: #26F2A4;
--mint-600: #0CD488;
--mint-700: #0AA96C;
--mint-800: #07784D;
--mint-900: #044D31;
--mint-950: #03301F;
}