Mint
#6AE2B2
GreenColor Codes
All color formats for development
HEX
#6AE2B2RGB
rgb(106, 226, 178)HSL
hsl(156, 67%, 65%)OKLCH
oklch(0.831 0.129 164.7)CMYK
cmyk(53%, 0%, 21%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EDCA3
2#33D795
3#26C284
4#21A671
5#1B8A5E
6#166F4B
7#105338
8#0B3726
9#051C13
Tints
Lighter variations
1#79E4B9
2#88E7C1
3#97EAC9
4#A6EDD1
5#B4F0D8
6#C3F3E0
7#D2F6E8
8#E1F9F0
9#F0FCF7
Tones
Muted variations
1#70DCB1
2#76D6AF
3#7CD0AE
4#82CAAD
5#88C4AC
6#8EBEAB
7#94B8A9
8#9AB2A8
9#A0ACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD99C | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF8;
--mint-100: #E1F9F0;
--mint-200: #C8F4E2;
--mint-300: #9DECCC;
--mint-400: #6AE2B2;
--mint-500: #3FD99C;
--mint-600: #25BB7F;
--mint-700: #1D9565;
--mint-800: #156A48;
--mint-900: #0D442E;
--mint-950: #082B1D;
}