Mint
#5BF1BA
GreenColor Codes
All color formats for development
HEX
#5BF1BARGB
rgb(91, 241, 186)HSL
hsl(158, 84%, 65%)OKLCH
oklch(0.864 0.15 165.3)CMYK
cmyk(62%, 0%, 23%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEEAD
2#1EEBA0
3#13D58E
4#10B77A
5#0D9865
6#0B7A51
7#085B3D
8#053D29
9#031E14
Tints
Lighter variations
1#6BF2C1
2#7CF4C8
3#8CF5CF
4#9CF6D5
5#ADF8DC
6#BDF9E3
7#CEFBEA
8#DEFCF1
9#EFFEF8
Tones
Muted variations
1#62E9B8
2#6AE2B6
3#71DAB4
4#79D3B2
5#80CBB0
6#88C4AE
7#8FBCAC
8#97B5AA
9#9EADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D1 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1BA | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA46D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B32 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DEFCF1;
--mint-200: #C2FAE5;
--mint-300: #93F6D1;
--mint-400: #5BF1BA;
--mint-500: #2CEDA6;
--mint-600: #12CE89;
--mint-700: #0EA46D;
--mint-800: #0A754E;
--mint-900: #074B32;
--mint-950: #042F1F;
}