Mint
#97F2C4
GreenColor Codes
All color formats for development
HEX
#97F2C4RGB
rgb(151, 242, 196)HSL
hsl(150, 78%, 77%)OKLCH
oklch(0.891 0.109 161.1)CMYK
cmyk(38%, 0%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEB1
2#51E99D
3#2EE589
4#1AD276
5#16AF62
6#118C4F
7#0D693B
8#094627
9#042314
Tints
Lighter variations
1#A1F3CA
2#ABF5D0
3#B6F6D6
4#C0F7DC
5#CBF9E2
6#D5FAE8
7#E0FBED
8#EAFCF3
9#F5FEF9
Tones
Muted variations
1#9BEEC4
2#A0E9C4
3#A4E4C4
4#A9E0C4
5#ADDBC4
6#B2D7C4
7#B7D2C4
8#BBCDC4
9#C0C9C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E68C | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C870 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7140 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094929 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF7;
--mint-100: #DFFBED;
--mint-200: #C4F8DE;
--mint-300: #97F2C4;
--mint-400: #60EBA6;
--mint-500: #33E68C;
--mint-600: #19C870;
--mint-700: #149F59;
--mint-800: #0E7140;
--mint-900: #094929;
--mint-950: #062D1A;
}