Mint
#5BF1AB
GreenColor Codes
All color formats for development
HEX
#5BF1ABRGB
rgb(91, 241, 171)HSL
hsl(152, 84%, 65%)OKLCH
oklch(0.86 0.162 159.6)CMYK
cmyk(62%, 0%, 29%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEE9B
2#1EEB8B
3#13D57B
4#10B769
5#0D9858
6#0B7A46
7#085B35
8#053D23
9#031E12
Tints
Lighter variations
1#6BF2B3
2#7CF4BC
3#8CF5C4
4#9CF6CC
5#ADF8D5
6#BDF9DD
7#CEFBE6
8#DEFCEE
9#EFFEF7
Tones
Muted variations
1#62E9AA
2#6AE2AA
3#71DAA9
4#79D3A9
5#80CBA8
6#88C4A8
7#8FBCA7
8#97B5A7
9#9EADA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6C8 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1AB | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CED93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA45E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DEFCEE;
--mint-200: #C2FAE0;
--mint-300: #93F6C8;
--mint-400: #5BF1AB;
--mint-500: #2CED93;
--mint-600: #12CE76;
--mint-700: #0EA45E;
--mint-800: #0A7543;
--mint-900: #074B2B;
--mint-950: #042F1B;
}