Mint
#60EBAD
GreenColor Codes
All color formats for development
HEX
#60EBADRGB
rgb(96, 235, 173)HSL
hsl(153, 78%, 65%)OKLCH
oklch(0.848 0.15 161.2)CMYK
cmyk(59%, 0%, 26%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E89D
2#25E48E
3#1ACF7D
4#16B16B
5#129459
6#0F7647
7#0B5936
8#073B24
9#041E12
Tints
Lighter variations
1#70EDB5
2#80EFBD
3#90F1C5
4#A0F3CE
5#B0F5D6
6#BFF7DE
7#CFF9E6
8#DFFBEF
9#EFFDF7
Tones
Muted variations
1#67E4AC
2#6EDDAB
3#75D6AB
4#7CD0AA
5#83C9A9
6#8AC2A9
7#91BBA8
8#98B4A7
9#9FADA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E695 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C879 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEF;
--mint-200: #C4F8E0;
--mint-300: #97F2C9;
--mint-400: #60EBAD;
--mint-500: #33E695;
--mint-600: #19C879;
--mint-700: #149F60;
--mint-800: #0E7145;
--mint-900: #09492C;
--mint-950: #062D1B;
}