Mint
#5AF2B5
GreenColor Codes
All color formats for development
HEX
#5AF2B5RGB
rgb(90, 242, 181)HSL
hsl(156, 85%, 65%)OKLCH
oklch(0.865 0.156 163.1)CMYK
cmyk(63%, 0%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BEFA7
2#1DED99
3#11D788
4#0FB874
5#0C9961
6#0A7B4E
7#075C3A
8#053D27
9#021F13
Tints
Lighter variations
1#6AF3BC
2#7BF4C4
3#8BF6CB
4#9CF7D3
5#ACF8DA
6#BDFAE1
7#CDFBE9
8#DEFCF0
9#EEFEF8
Tones
Muted variations
1#61EAB3
2#69E2B2
3#71DBB0
4#78D3AF
5#80CCAD
6#87C4AC
7#8FBDAA
8#97B5A9
9#9EADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6CE | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D083 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA568 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A764B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B30 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DEFCF0;
--mint-200: #C2FAE3;
--mint-300: #92F6CE;
--mint-400: #5AF2B5;
--mint-500: #2BEEA0;
--mint-600: #11D083;
--mint-700: #0DA568;
--mint-800: #0A764B;
--mint-900: #064B30;
--mint-950: #042F1E;
}