Mint
#6EDEAF
GreenColor Codes
All color formats for development
HEX
#6EDEAFRGB
rgb(110, 222, 175)HSL
hsl(155, 63%, 65%)OKLCH
oklch(0.822 0.124 164)CMYK
cmyk(50%, 0%, 21%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D8A0
2#37D291
3#2BBD80
4#25A26E
5#1F875C
6#196C49
7#125137
8#0C3625
9#061B12
Tints
Lighter variations
1#7CE1B7
2#8BE5BF
3#99E8C7
4#A8EBCF
5#B6EED7
6#C5F2DF
7#D3F5E7
8#E2F8EF
9#F0FCF7
Tones
Muted variations
1#73D8AE
2#79D3AD
3#7ECDAC
4#84C7AB
5#8AC2AA
6#8FBCA9
7#95B7A9
8#9BB1A8
9#A0ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CB | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEAF | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB77C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219163 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186846 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E2F8EF;
--mint-200: #C9F3E1;
--mint-300: #9FE9CB;
--mint-400: #6EDEAF;
--mint-500: #44D598;
--mint-600: #2AB77C;
--mint-700: #219163;
--mint-800: #186846;
--mint-900: #0F432D;
--mint-950: #092A1C;
}