Mint
#6FDCAF
GreenColor Codes
All color formats for development
HEX
#6FDCAFRGB
rgb(111, 220, 175)HSL
hsl(155, 61%, 65%)OKLCH
oklch(0.817 0.121 164.5)CMYK
cmyk(50%, 0%, 20%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6A0
2#3ACF91
3#2DBB80
4#27A06E
5#20855B
6#1A6B49
7#135037
8#0D3525
9#061B12
Tints
Lighter variations
1#7EE0B7
2#8CE3BF
3#9AE7C7
4#A9EACF
5#B7EED7
6#C6F1DF
7#D4F5E7
8#E2F8EF
9#F1FCF7
Tones
Muted variations
1#75D7AE
2#7AD1AD
3#80CCAC
4#85C6AB
5#8BC1AA
6#90BCA9
7#95B6A8
8#9BB1A8
9#A0ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196746 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E2F8EF;
--mint-200: #CAF2E1;
--mint-300: #A1E8CA;
--mint-400: #6FDCAF;
--mint-500: #46D298;
--mint-600: #2CB57C;
--mint-700: #239062;
--mint-800: #196746;
--mint-900: #10422D;
--mint-950: #0A291C;
}