Mint
#4FFCC0
GreenColor Codes
All color formats for development
HEX
#4FFCC0RGB
rgb(79, 252, 192)HSL
hsl(159, 97%, 65%)OKLCH
oklch(0.889 0.164 165.4)CMYK
cmyk(69%, 0%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCB4
2#0EFBA8
3#03E596
4#03C480
5#02A36B
6#028356
7#016240
8#01412B
9#002115
Tints
Lighter variations
1#61FDC6
2#72FDCC
3#84FDD3
4#96FDD9
5#A7FEDF
6#B9FEE6
7#CAFEEC
8#DCFEF2
9#EDFFF9
Tones
Muted variations
1#58F4BD
2#60EBBB
3#69E2B8
4#72DAB5
5#7AD1B3
6#83C8B0
7#8CC0AE
8#94B7AB
9#9DAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD5 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCC0 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015035 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFFA;
--mint-100: #DCFEF2;
--mint-200: #BEFEE7;
--mint-300: #8BFDD5;
--mint-400: #4FFCC0;
--mint-500: #1DFCAE;
--mint-600: #03DD91;
--mint-700: #03B073;
--mint-800: #027E52;
--mint-900: #015035;
--mint-950: #013221;
}