Mint
#4DFFBE
GreenColor Codes
All color formats for development
HEX
#4DFFBERGB
rgb(77, 255, 190)HSL
hsl(158, 100%, 65%)OKLCH
oklch(0.895 0.17 164)CMYK
cmyk(70%, 0%, 25%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFB1
2#0AFFA5
3#00E893
4#00C77E
5#00A669
6#008554
7#00633F
8#00422A
9#002115
Tints
Lighter variations
1#5EFFC4
2#70FFCB
3#82FFD1
4#94FFD8
5#A6FFDE
6#B8FFE5
7#C9FFEB
8#DBFFF2
9#EDFFF8
Tones
Muted variations
1#55F6BB
2#5EEDB9
3#67E4B6
4#70DBB4
5#79D2B2
6#82C9AF
7#8BC1AD
8#94B8AB
9#9DAFA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBE | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B371 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008051 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005234 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF9;
--mint-100: #DBFFF2;
--mint-200: #BDFFE7;
--mint-300: #8AFFD4;
--mint-400: #4DFFBE;
--mint-500: #1AFFAB;
--mint-600: #00E08E;
--mint-700: #00B371;
--mint-800: #008051;
--mint-900: #005234;
--mint-950: #003320;
}