Mint
#5BF1B0
GreenColor Codes
All color formats for development
HEX
#5BF1B0RGB
rgb(91, 241, 176)HSL
hsl(154, 84%, 65%)OKLCH
oklch(0.861 0.158 161.4)CMYK
cmyk(62%, 0%, 27%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEEA1
2#1EEB92
3#13D581
4#10B76F
5#0D985C
6#0B7A4A
7#085B37
8#053D25
9#031E12
Tints
Lighter variations
1#6BF2B8
2#7CF4C0
3#8CF5C8
4#9CF6CF
5#ADF8D7
6#BDF9DF
7#CEFBE7
8#DEFCEF
9#EFFEF7
Tones
Muted variations
1#62E9AF
2#6AE2AE
3#71DAAD
4#79D3AC
5#80CBAB
6#88C4AA
7#8FBCA9
8#97B5A8
9#9EADA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6CB | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CED99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA463 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B2D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F1FEF8;
--mint-100: #DEFCEF;
--mint-200: #C2FAE2;
--mint-300: #93F6CB;
--mint-400: #5BF1B0;
--mint-500: #2CED99;
--mint-600: #12CE7D;
--mint-700: #0EA463;
--mint-800: #0A7547;
--mint-900: #074B2D;
--mint-950: #042F1C;
}