Mint
#6EDEA9
GreenColor Codes
All color formats for development
HEX
#6EDEA9RGB
rgb(110, 222, 169)HSL
hsl(152, 63%, 65%)OKLCH
oklch(0.82 0.129 161.1)CMYK
cmyk(50%, 0%, 24%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D89A
2#37D28A
3#2BBD79
4#25A268
5#1F8756
6#196C45
7#125134
8#0C3623
9#061B11
Tints
Lighter variations
1#7CE1B2
2#8BE5BB
3#99E8C3
4#A8EBCC
5#B6EED4
6#C5F2DD
7#D3F5E5
8#E2F8EE
9#F0FCF6
Tones
Muted variations
1#73D8A9
2#79D3A9
3#7ECDA8
4#84C7A8
5#8AC2A8
6#8FBCA7
7#95B7A7
8#9BB1A6
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D591 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB775 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | 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: #F3FCF8;
--mint-100: #E2F8EE;
--mint-200: #C9F3DF;
--mint-300: #9FE9C7;
--mint-400: #6EDEA9;
--mint-500: #44D591;
--mint-600: #2AB775;
--mint-700: #21915D;
--mint-800: #186842;
--mint-900: #0F432B;
--mint-950: #092A1B;
}