Mint
#4DFFBB
GreenColor Codes
All color formats for development
HEX
#4DFFBBRGB
rgb(77, 255, 187)HSL
hsl(157, 100%, 65%)OKLCH
oklch(0.894 0.172 163)CMYK
cmyk(70%, 0%, 27%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFAE
2#0AFFA1
3#00E88F
4#00C77B
5#00A666
6#008552
7#00633D
8#004229
9#002114
Tints
Lighter variations
1#5EFFC1
2#70FFC8
3#82FFCF
4#94FFD6
5#A6FFDD
6#B8FFE4
7#C9FFEA
8#DBFFF1
9#EDFFF8
Tones
Muted variations
1#55F6B8
2#5EEDB6
3#67E4B4
4#70DBB2
5#79D2B0
6#82C9AE
7#8BC1AC
8#94B8AA
9#9DAFA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005232 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF9;
--mint-100: #DBFFF1;
--mint-200: #BDFFE6;
--mint-300: #8AFFD2;
--mint-400: #4DFFBB;
--mint-500: #1AFFA7;
--mint-600: #00E08A;
--mint-700: #00B36E;
--mint-800: #00804F;
--mint-900: #005232;
--mint-950: #00331F;
}