Mint
#60EBB8
GreenColor Codes
All color formats for development
HEX
#60EBB8RGB
rgb(96, 235, 184)HSL
hsl(158, 78%, 65%)OKLCH
oklch(0.85 0.142 165.7)CMYK
cmyk(59%, 0%, 22%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8AB
2#25E49E
3#1ACF8C
4#16B178
5#129464
6#0F7650
7#0B593C
8#073B28
9#041E14
Tints
Lighter variations
1#70EDBF
2#80EFC6
3#90F1CE
4#A0F3D5
5#B0F5DC
6#BFF7E3
7#CFF9EA
8#DFFBF1
9#EFFDF8
Tones
Muted variations
1#67E4B6
2#6EDDB5
3#75D6B3
4#7CD0B1
5#83C9AF
6#8AC2AD
7#91BBAB
8#98B4A9
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF9;
--mint-100: #DFFBF1;
--mint-200: #C4F8E5;
--mint-300: #97F2D1;
--mint-400: #60EBB8;
--mint-500: #33E6A4;
--mint-600: #19C888;
--mint-700: #149F6C;
--mint-800: #0E714D;
--mint-900: #094931;
--mint-950: #062D1F;
}