Mint
#6EDEA8
GreenColor Codes
All color formats for development
HEX
#6EDEA8RGB
rgb(110, 222, 168)HSL
hsl(151, 63%, 65%)OKLCH
oklch(0.82 0.13 160.6)CMYK
cmyk(50%, 0%, 24%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D897
2#37D287
3#2BBD76
4#25A266
5#1F8755
6#196C44
7#125133
8#0C3622
9#061B11
Tints
Lighter variations
1#7CE1B0
2#8BE5B9
3#99E8C2
4#A8EBCB
5#B6EED3
6#C5F2DC
7#D3F5E5
8#E2F8EE
9#F0FCF6
Tones
Muted variations
1#73D8A7
2#79D3A7
3#7ECDA7
4#84C7A7
5#8AC2A7
6#8FBCA6
7#95B7A6
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 #9FE9C6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB773 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186841 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432A | 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: #F3FCF8;
--mint-100: #E2F8EE;
--mint-200: #C9F3DF;
--mint-300: #9FE9C6;
--mint-400: #6EDEA8;
--mint-500: #44D58F;
--mint-600: #2AB773;
--mint-700: #21915B;
--mint-800: #186841;
--mint-900: #0F432A;
--mint-950: #092A1A;
}