Mint
#6BE1B3
GreenColor Codes
All color formats for development
HEX
#6BE1B3RGB
rgb(107, 225, 179)HSL
hsl(157, 66%, 65%)OKLCH
oklch(0.829 0.127 165.4)CMYK
cmyk(52%, 0%, 20%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FDBA5
2#34D597
3#27C186
4#22A573
5#1C8A60
6#176E4D
7#115339
8#0B3726
9#061C13
Tints
Lighter variations
1#7AE4BB
2#88E7C3
3#97EACA
4#A6EDD2
5#B5F0D9
6#C4F3E1
7#D3F6E8
8#E1F9F0
9#F0FCF7
Tones
Muted variations
1#71DBB2
2#77D5B1
3#7DCFAF
4#82C9AE
5#88C3AD
6#8EBDAB
7#94B7AA
8#9AB2A8
9#A0ACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBCD | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1B3 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D89E | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E442F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF9;
--mint-100: #E1F9F0;
--mint-200: #C8F4E3;
--mint-300: #9EEBCD;
--mint-400: #6BE1B3;
--mint-500: #41D89E;
--mint-600: #26BA81;
--mint-700: #1E9467;
--mint-800: #166A4A;
--mint-900: #0E442F;
--mint-950: #092A1D;
}