Mint
#6FDCB1
GreenColor Codes
All color formats for development
HEX
#6FDCB1RGB
rgb(111, 220, 177)HSL
hsl(156, 61%, 65%)OKLCH
oklch(0.818 0.119 165.5)CMYK
cmyk(50%, 0%, 20%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6A2
2#3ACF94
3#2DBB82
4#27A070
5#20855D
6#1A6B4A
7#135038
8#0D3525
9#061B13
Tints
Lighter variations
1#7EE0B8
2#8CE3C0
3#9AE7C8
4#A9EAD0
5#B7EED8
6#C6F1E0
7#D4F5E7
8#E2F8EF
9#F1FCF7
Tones
Muted variations
1#75D7B0
2#7AD1AE
3#80CCAD
4#85C6AC
5#8BC1AB
6#90BCAA
7#95B6A9
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 #CAF2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E2F8EF;
--mint-200: #CAF2E2;
--mint-300: #A1E8CC;
--mint-400: #6FDCB1;
--mint-500: #46D29A;
--mint-600: #2CB57E;
--mint-700: #239064;
--mint-800: #196748;
--mint-900: #10422E;
--mint-950: #0A291D;
}