Mint
#4DFFC1
GreenColor Codes
All color formats for development
HEX
#4DFFC1RGB
rgb(77, 255, 193)HSL
hsl(159, 100%, 65%)OKLCH
oklch(0.896 0.168 165.1)CMYK
cmyk(70%, 0%, 24%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFB5
2#0AFFA9
3#00E897
4#00C781
5#00A66C
6#008556
7#006341
8#00422B
9#002116
Tints
Lighter variations
1#5EFFC7
2#70FFCD
3#82FFD3
4#94FFDA
5#A6FFE0
6#B8FFE6
7#C9FFEC
8#DBFFF3
9#EDFFF9
Tones
Muted variations
1#55F6BE
2#5EEDBB
3#67E4B8
4#70DBB6
5#79D2B3
6#82C9B0
7#8BC1AE
8#94B8AB
9#9DAFA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD6 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005235 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFFA;
--mint-100: #DBFFF3;
--mint-200: #BDFFE8;
--mint-300: #8AFFD6;
--mint-400: #4DFFC1;
--mint-500: #1AFFAF;
--mint-600: #00E092;
--mint-700: #00B374;
--mint-800: #008053;
--mint-900: #005235;
--mint-950: #003321;
}