Mint
#60EBB4
GreenColor Codes
All color formats for development
HEX
#60EBB4RGB
rgb(96, 235, 180)HSL
hsl(156, 78%, 65%)OKLCH
oklch(0.849 0.145 164)CMYK
cmyk(59%, 0%, 23%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8A6
2#25E498
3#1ACF86
4#16B173
5#129460
6#0F764D
7#0B5939
8#073B26
9#041E13
Tints
Lighter variations
1#70EDBB
2#80EFC3
3#90F1CA
4#A0F3D2
5#B0F5D9
6#BFF7E1
7#CFF9E8
8#DFFBF0
9#EFFDF7
Tones
Muted variations
1#67E4B2
2#6EDDB1
3#75D6AF
4#7CD0AE
5#83C9AD
6#8AC2AB
7#91BBAA
8#98B4A9
9#9FADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492F | 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: #F1FDF9;
--mint-100: #DFFBF0;
--mint-200: #C4F8E3;
--mint-300: #97F2CD;
--mint-400: #60EBB4;
--mint-500: #33E69E;
--mint-600: #19C882;
--mint-700: #149F67;
--mint-800: #0E714A;
--mint-900: #09492F;
--mint-950: #062D1D;
}