Mint
#97F2A2
GreenColor Codes
All color formats for development
HEX
#97F2A2RGB
rgb(151, 242, 162)HSL
hsl(127, 78%, 77%)OKLCH
oklch(0.884 0.14 147.1)CMYK
cmyk(38%, 0%, 33%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EE82
2#51E963
3#2EE543
4#1AD22F
5#16AF27
6#118C20
7#0D6918
8#094610
9#042308
Tints
Lighter variations
1#A1F3AB
2#ABF5B4
3#B6F6BD
4#C0F7C7
5#CBF9D0
6#D5FADA
7#E0FBE3
8#EAFCEC
9#F5FEF6
Tones
Muted variations
1#9BEEA5
2#A0E9A8
3#A4E4AC
4#A9E0AF
5#ADDBB3
6#B2D7B6
7#B7D2BA
8#BBCDBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB70 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E648 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C82D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094910 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FDF3;
--mint-100: #DFFBE2;
--mint-200: #C4F8CA;
--mint-300: #97F2A1;
--mint-400: #60EB70;
--mint-500: #33E648;
--mint-600: #19C82D;
--mint-700: #149F24;
--mint-800: #0E711A;
--mint-900: #094910;
--mint-950: #062D0A;
}