Mint
#6FDCA9
GreenColor Codes
All color formats for development
HEX
#6FDCA9RGB
rgb(111, 220, 169)HSL
hsl(152, 61%, 65%)OKLCH
oklch(0.816 0.126 161.5)CMYK
cmyk(50%, 0%, 23%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D699
2#3ACF8A
3#2DBB79
4#27A067
5#208556
6#1A6B45
7#135034
8#0D3522
9#061B11
Tints
Lighter variations
1#7EE0B2
2#8CE3BB
3#9AE7C3
4#A9EACC
5#B7EED4
6#C6F1DD
7#D4F5E5
8#E2F8EE
9#F1FCF6
Tones
Muted variations
1#75D7A9
2#7AD1A9
3#80CCA8
4#85C6A8
5#8BC1A8
6#90BCA7
7#95B6A7
8#9BB1A6
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA9 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D291 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB575 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196742 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E2F8EE;
--mint-200: #CAF2DF;
--mint-300: #A1E8C7;
--mint-400: #6FDCA9;
--mint-500: #46D291;
--mint-600: #2CB575;
--mint-700: #23905D;
--mint-800: #196742;
--mint-900: #10422A;
--mint-950: #0A291B;
}