Mint
#60EBB6
GreenColor Codes
All color formats for development
HEX
#60EBB6RGB
rgb(96, 235, 182)HSL
hsl(157, 78%, 65%)OKLCH
oklch(0.85 0.143 164.9)CMYK
cmyk(59%, 0%, 23%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8A8
2#25E49B
3#1ACF89
4#16B176
5#129462
6#0F764E
7#0B593B
8#073B27
9#041E14
Tints
Lighter variations
1#70EDBD
2#80EFC5
3#90F1CC
4#A0F3D3
5#B0F5DA
6#BFF7E2
7#CFF9E9
8#DFFBF0
9#EFFDF8
Tones
Muted variations
1#67E4B4
2#6EDDB3
3#75D6B1
4#7CD0AF
5#83C9AE
6#8AC2AC
7#91BBAB
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 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C885 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF9;
--mint-100: #DFFBF0;
--mint-200: #C4F8E4;
--mint-300: #97F2CF;
--mint-400: #60EBB6;
--mint-500: #33E6A1;
--mint-600: #19C885;
--mint-700: #149F69;
--mint-800: #0E714B;
--mint-900: #094930;
--mint-950: #062D1E;
}