Mint
#98F0B6
GreenColor Codes
All color formats for development
HEX
#98F0B6RGB
rgb(152, 240, 182)HSL
hsl(140, 75%, 77%)OKLCH
oklch(0.884 0.117 154.4)CMYK
cmyk(37%, 0%, 24%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EB9D
2#54E785
3#31E26C
4#1DCE58
5#19AC4A
6#14893B
7#0F672C
8#0A451D
9#05220F
Tints
Lighter variations
1#A3F2BD
2#ADF3C4
3#B7F5CC
4#C1F6D3
5#CCF8DA
6#D6F9E2
7#E0FBE9
8#EAFCF0
9#F5FEF8
Tones
Muted variations
1#9DECB7
2#A1E8B9
3#A6E3BA
4#AADFBC
5#AEDABD
6#B3D6BE
7#B7D2C0
8#BCCDC1
9#C0C9C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0B6 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E98F | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC454 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C43 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A471F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF5;
--mint-100: #E0FBE9;
--mint-200: #C5F7D6;
--mint-300: #98F0B6;
--mint-400: #63E98F;
--mint-500: #36E270;
--mint-600: #1CC454;
--mint-700: #169C43;
--mint-800: #107030;
--mint-900: #0A471F;
--mint-950: #062D13;
}