Mint
#4FFCB7
GreenColor Codes
All color formats for development
HEX
#4FFCB7RGB
rgb(79, 252, 183)HSL
hsl(156, 97%, 65%)OKLCH
oklch(0.887 0.171 162.2)CMYK
cmyk(69%, 0%, 27%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCAA
2#0EFB9C
3#03E58B
4#03C477
5#02A363
6#02834F
7#01623B
8#014128
9#002114
Tints
Lighter variations
1#61FDBE
2#72FDC5
3#84FDCD
4#96FDD4
5#A7FEDB
6#B9FEE2
7#CAFEE9
8#DCFEF1
9#EDFFF8
Tones
Muted variations
1#58F4B5
2#60EBB4
3#69E2B2
4#72DAB0
5#7AD1AE
6#83C8AD
7#8CC0AB
8#94B7A9
9#9DAEA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD0 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B06B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015031 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF9;
--mint-100: #DCFEF1;
--mint-200: #BEFEE4;
--mint-300: #8BFDD0;
--mint-400: #4FFCB7;
--mint-500: #1DFCA3;
--mint-600: #03DD86;
--mint-700: #03B06B;
--mint-800: #027E4C;
--mint-900: #015031;
--mint-950: #01321E;
}