Mint
#4DFFB2
GreenColor Codes
All color formats for development
HEX
#4DFFB2RGB
rgb(77, 255, 178)HSL
hsl(154, 100%, 65%)OKLCH
oklch(0.892 0.179 160.1)CMYK
cmyk(70%, 0%, 30%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFA3
2#0AFF95
3#00E883
4#00C771
5#00A65E
6#00854B
7#006338
8#004226
9#002113
Tints
Lighter variations
1#5EFFB9
2#70FFC1
3#82FFC9
4#94FFD1
5#A6FFD8
6#B8FFE0
7#C9FFE8
8#DBFFF0
9#EDFFF7
Tones
Muted variations
1#55F6B0
2#5EEDAF
3#67E4AE
4#70DBAD
5#79D2AC
6#82C9AB
7#8BC1A9
8#94B8A8
9#9DAFA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522E | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF8;
--mint-100: #DBFFF0;
--mint-200: #BDFFE2;
--mint-300: #8AFFCC;
--mint-400: #4DFFB2;
--mint-500: #1AFF9C;
--mint-600: #00E07F;
--mint-700: #00B365;
--mint-800: #008048;
--mint-900: #00522E;
--mint-950: #00331D;
}