Mint
#60EBB1
GreenColor Codes
All color formats for development
HEX
#60EBB1RGB
rgb(96, 235, 177)HSL
hsl(155, 78%, 65%)OKLCH
oklch(0.849 0.147 162.8)CMYK
cmyk(59%, 0%, 25%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8A3
2#25E495
3#1ACF83
4#16B170
5#12945E
6#0F764B
7#0B5938
8#073B25
9#041E13
Tints
Lighter variations
1#70EDB9
2#80EFC1
3#90F1C9
4#A0F3D0
5#B0F5D8
6#BFF7E0
7#CFF9E8
8#DFFBEF
9#EFFDF7
Tones
Muted variations
1#67E4B0
2#6EDDAF
3#75D6AE
4#7CD0AD
5#83C9AC
6#8AC2AA
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 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C87F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF8;
--mint-100: #DFFBEF;
--mint-200: #C4F8E2;
--mint-300: #97F2CC;
--mint-400: #60EBB1;
--mint-500: #33E69B;
--mint-600: #19C87F;
--mint-700: #149F65;
--mint-800: #0E7148;
--mint-900: #09492E;
--mint-950: #062D1D;
}