Mint
#5BF1BC
GreenColor Codes
All color formats for development
HEX
#5BF1BCRGB
rgb(91, 241, 188)HSL
hsl(159, 84%, 65%)OKLCH
oklch(0.864 0.149 166.1)CMYK
cmyk(62%, 0%, 22%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEEB0
2#1EEBA3
3#13D591
4#10B77D
5#0D9868
6#0B7A53
7#085B3E
8#053D2A
9#031E15
Tints
Lighter variations
1#6BF2C3
2#7CF4CA
3#8CF5D0
4#9CF6D7
5#ADF8DE
6#BDF9E4
7#CEFBEB
8#DEFCF2
9#EFFEF8
Tones
Muted variations
1#62E9BA
2#6AE2B8
3#71DAB5
4#79D3B3
5#80CBB1
6#88C4AF
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 #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D3 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1BC | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF9;
--mint-100: #DEFCF2;
--mint-200: #C2FAE6;
--mint-300: #93F6D3;
--mint-400: #5BF1BC;
--mint-500: #2CEDA9;
--mint-600: #12CE8C;
--mint-700: #0EA470;
--mint-800: #0A7550;
--mint-900: #074B33;
--mint-950: #042F20;
}