Mint
#6EDEA6
GreenColor Codes
All color formats for development
HEX
#6EDEA6RGB
rgb(110, 222, 166)HSL
hsl(150, 63%, 65%)OKLCH
oklch(0.82 0.131 159.7)CMYK
cmyk(50%, 0%, 25%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D895
2#37D285
3#2BBD74
4#25A263
5#1F8753
6#196C42
7#125132
8#0C3621
9#061B11
Tints
Lighter variations
1#7CE1AF
2#8BE5B8
3#99E8C1
4#A8EBC9
5#B6EED2
6#C5F2DB
7#D3F5E4
8#E2F8ED
9#F0FCF6
Tones
Muted variations
1#73D8A6
2#79D3A6
3#7ECDA6
4#84C7A6
5#8AC2A6
6#8FBCA6
7#95B7A6
8#9BB1A6
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C4 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA6 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB770 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219159 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186840 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4329 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8ED;
--mint-200: #C9F3DE;
--mint-300: #9FE9C4;
--mint-400: #6EDEA6;
--mint-500: #44D58C;
--mint-600: #2AB770;
--mint-700: #219159;
--mint-800: #186840;
--mint-900: #0F4329;
--mint-950: #092A1A;
}