Mint
#6FDCA6
GreenColor Codes
All color formats for development
HEX
#6FDCA6RGB
rgb(111, 220, 166)HSL
hsl(150, 61%, 65%)OKLCH
oklch(0.815 0.128 160.1)CMYK
cmyk(50%, 0%, 25%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D695
2#3ACF85
3#2DBB74
4#27A063
5#208553
6#1A6B42
7#135032
8#0D3521
9#061B11
Tints
Lighter variations
1#7EE0AF
2#8CE3B8
3#9AE7C1
4#A9EAC9
5#B7EED2
6#C6F1DB
7#D4F5E4
8#E2F8ED
9#F1FCF6
Tones
Muted variations
1#75D7A6
2#7AD1A6
3#80CCA6
4#85C6A6
5#8BC1A6
6#90BCA6
7#95B6A6
8#9BB1A6
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB570 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239059 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196740 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104229 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8ED;
--mint-200: #CAF2DE;
--mint-300: #A1E8C4;
--mint-400: #6FDCA6;
--mint-500: #46D28C;
--mint-600: #2CB570;
--mint-700: #239059;
--mint-800: #196740;
--mint-900: #104229;
--mint-950: #0A291A;
}