Mint
#60EBAF
GreenColor Codes
All color formats for development
HEX
#60EBAFRGB
rgb(96, 235, 175)HSL
hsl(154, 78%, 65%)OKLCH
oklch(0.848 0.149 162)CMYK
cmyk(59%, 0%, 26%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8A0
2#25E491
3#1ACF80
4#16B16E
5#12945B
6#0F7649
7#0B5937
8#073B25
9#041E12
Tints
Lighter variations
1#70EDB7
2#80EFBF
3#90F1C7
4#A0F3CF
5#B0F5D7
6#BFF7DF
7#CFF9E7
8#DFFBEF
9#EFFDF7
Tones
Muted variations
1#67E4AE
2#6EDDAD
3#75D6AC
4#7CD0AB
5#83C9AA
6#8AC2A9
7#91BBA9
8#98B4A8
9#9FADA7
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 #C4F8E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAF | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C87C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEF;
--mint-200: #C4F8E1;
--mint-300: #97F2CA;
--mint-400: #60EBAF;
--mint-500: #33E698;
--mint-600: #19C87C;
--mint-700: #149F63;
--mint-800: #0E7146;
--mint-900: #09492D;
--mint-950: #062D1C;
}