Mint
#6BE1AC
GreenColor Codes
All color formats for development
HEX
#6BE1ACRGB
rgb(107, 225, 172)HSL
hsl(153, 66%, 65%)OKLCH
oklch(0.827 0.132 162)CMYK
cmyk(52%, 0%, 24%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDB9C
2#34D58D
3#27C17C
4#22A56A
5#1C8A58
6#176E47
7#115335
8#0B3723
9#061C12
Tints
Lighter variations
1#7AE4B4
2#88E7BC
3#97EAC5
4#A6EDCD
5#B5F0D5
6#C4F3DE
7#D3F6E6
8#E1F9EE
9#F0FCF7
Tones
Muted variations
1#71DBAB
2#77D5AA
3#7DCFAA
4#82C9A9
5#88C3A9
6#8EBDA8
7#94B7A8
8#9AB2A7
9#A0ACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBC8 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1AC | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D894 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E945F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF8;
--mint-100: #E1F9EE;
--mint-200: #C8F4E0;
--mint-300: #9EEBC8;
--mint-400: #6BE1AC;
--mint-500: #41D894;
--mint-600: #26BA78;
--mint-700: #1E945F;
--mint-800: #166A44;
--mint-900: #0E442B;
--mint-950: #092A1B;
}