Mint
#6FDCA2
GreenColor Codes
All color formats for development
HEX
#6FDCA2RGB
rgb(111, 220, 162)HSL
hsl(148, 61%, 65%)OKLCH
oklch(0.814 0.131 158.3)CMYK
cmyk(50%, 0%, 26%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D691
2#3ACF80
3#2DBB6F
4#27A05F
5#208550
6#1A6B40
7#135030
8#0D3520
9#061B10
Tints
Lighter variations
1#7EE0AB
2#8CE3B5
3#9AE7BE
4#A9EAC7
5#B7EED1
6#C6F1DA
7#D4F5E3
8#E2F8EC
9#F1FCF6
Tones
Muted variations
1#75D7A2
2#7AD1A3
3#80CCA3
4#85C6A4
5#8BC1A4
6#90BCA4
7#95B6A5
8#9BB1A5
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D288 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239056 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104227 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8EC;
--mint-200: #CAF2DD;
--mint-300: #A1E8C2;
--mint-400: #6FDCA2;
--mint-500: #46D288;
--mint-600: #2CB56C;
--mint-700: #239056;
--mint-800: #19673D;
--mint-900: #104227;
--mint-950: #0A2918;
}