Mint
#98F0A0
GreenColor Codes
All color formats for development
HEX
#98F0A0RGB
rgb(152, 240, 160)HSL
hsl(125, 75%, 77%)OKLCH
oklch(0.88 0.139 146.4)CMYK
cmyk(37%, 0%, 33%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EB80
2#54E760
3#31E240
4#1DCE2C
5#19AC25
6#14891D
7#0F6716
8#0A450F
9#052207
Tints
Lighter variations
1#A3F2A9
2#ADF3B3
3#B7F5BC
4#C1F6C6
5#CCF8CF
6#D6F9D9
7#E0FBE2
8#EAFCEC
9#F5FEF5
Tones
Muted variations
1#9DECA3
2#A1E8A7
3#A6E3AB
4#AADFAE
5#AEDAB2
6#B3D6B6
7#B7D2B9
8#BCCDBD
9#C0C9C1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0A0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E96E | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E245 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC42A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C21 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107018 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A470F | 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: #F2FDF3;
--mint-100: #E0FBE2;
--mint-200: #C5F7C9;
--mint-300: #98F0A0;
--mint-400: #63E96E;
--mint-500: #36E245;
--mint-600: #1CC42A;
--mint-700: #169C21;
--mint-800: #107018;
--mint-900: #0A470F;
--mint-950: #062D0A;
}