Mint
#6FDCAB
GreenColor Codes
All color formats for development
HEX
#6FDCABRGB
rgb(111, 220, 171)HSL
hsl(153, 61%, 65%)OKLCH
oklch(0.816 0.124 162.4)CMYK
cmyk(50%, 0%, 22%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D69C
2#3ACF8C
3#2DBB7B
4#27A06A
5#208558
6#1A6B46
7#135035
8#0D3523
9#061B12
Tints
Lighter variations
1#7EE0B4
2#8CE3BC
3#9AE7C4
4#A9EACD
5#B7EED5
6#C6F1DD
7#D4F5E6
8#E2F8EE
9#F1FCF7
Tones
Muted variations
1#75D7AB
2#7AD1AA
3#80CCAA
4#85C6A9
5#8BC1A8
6#90BCA8
7#95B6A7
8#9BB1A7
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 #CAF2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAB | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D293 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB577 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196744 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422B | 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: #CAF2E0;
--mint-300: #A1E8C8;
--mint-400: #6FDCAB;
--mint-500: #46D293;
--mint-600: #2CB577;
--mint-700: #23905F;
--mint-800: #196744;
--mint-900: #10422B;
--mint-950: #0A291B;
}