Mint
#4FFCBD
GreenColor Codes
All color formats for development
HEX
#4FFCBDRGB
rgb(79, 252, 189)HSL
hsl(158, 97%, 65%)OKLCH
oklch(0.888 0.166 164.3)CMYK
cmyk(69%, 0%, 25%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCB1
2#0EFBA4
3#03E592
4#03C47D
5#02A368
6#028353
7#01623F
8#01412A
9#002115
Tints
Lighter variations
1#61FDC3
2#72FDCA
3#84FDD1
4#96FDD7
5#A7FEDE
6#B9FEE5
7#CAFEEB
8#DCFEF2
9#EDFFF8
Tones
Muted variations
1#58F4BB
2#60EBB8
3#69E2B6
4#72DAB4
5#7AD1B1
6#83C8AF
7#8CC0AD
8#94B7AA
9#9DAEA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDD4 | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCBD | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015033 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F0FFF9;
--mint-100: #DCFEF2;
--mint-200: #BEFEE6;
--mint-300: #8BFDD4;
--mint-400: #4FFCBD;
--mint-500: #1DFCAA;
--mint-600: #03DD8D;
--mint-700: #03B070;
--mint-800: #027E50;
--mint-900: #015033;
--mint-950: #013220;
}