Mint
#60EBAA
GreenColor Codes
All color formats for development
HEX
#60EBAARGB
rgb(96, 235, 170)HSL
hsl(152, 78%, 65%)OKLCH
oklch(0.847 0.153 160)CMYK
cmyk(59%, 0%, 28%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E89B
2#25E48B
3#1ACF7A
4#16B169
5#129457
6#0F7646
7#0B5934
8#073B23
9#041E11
Tints
Lighter variations
1#70EDB3
2#80EFBB
3#90F1C4
4#A0F3CC
5#B0F5D5
6#BFF7DD
7#CFF9E6
8#DFFBEE
9#EFFDF7
Tones
Muted variations
1#67E4AA
2#6EDDA9
3#75D6A9
4#7CD0A9
5#83C9A8
6#8AC2A8
7#91BBA7
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 #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAA | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E692 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C876 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492B | 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: #DFFBEE;
--mint-200: #C4F8E0;
--mint-300: #97F2C7;
--mint-400: #60EBAA;
--mint-500: #33E692;
--mint-600: #19C876;
--mint-700: #149F5E;
--mint-800: #0E7143;
--mint-900: #09492B;
--mint-950: #062D1B;
}