Mint
#4DFFB8
GreenColor Codes
All color formats for development
HEX
#4DFFB8RGB
rgb(77, 255, 184)HSL
hsl(156, 100%, 65%)OKLCH
oklch(0.894 0.175 162)CMYK
cmyk(70%, 0%, 28%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFAA
2#0AFF9D
3#00E88B
4#00C777
5#00A663
6#008550
7#00633C
8#004228
9#002114
Tints
Lighter variations
1#5EFFBF
2#70FFC6
3#82FFCD
4#94FFD4
5#A6FFDB
6#B8FFE2
7#C9FFEA
8#DBFFF1
9#EDFFF8
Tones
Muted variations
1#55F6B6
2#5EEDB4
3#67E4B2
4#70DBB0
5#79D2AF
6#82C9AD
7#8BC1AB
8#94B8A9
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 #BDFFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005231 | 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: #BDFFE4;
--mint-300: #8AFFD0;
--mint-400: #4DFFB8;
--mint-500: #1AFFA3;
--mint-600: #00E087;
--mint-700: #00B36B;
--mint-800: #00804D;
--mint-900: #005231;
--mint-950: #00331F;
}