Mint
#6EDEAB
GreenColor Codes
All color formats for development
HEX
#6EDEABRGB
rgb(110, 222, 171)HSL
hsl(153, 63%, 65%)OKLCH
oklch(0.821 0.127 162)CMYK
cmyk(50%, 0%, 23%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#53D89C
2#37D28C
3#2BBD7B
4#25A26A
5#1F8758
6#196C46
7#125135
8#0C3623
9#061B12
Tints
Lighter variations
1#7CE1B4
2#8BE5BC
3#99E8C4
4#A8EBCD
5#B6EED5
6#C5F2DE
7#D3F5E6
8#E2F8EE
9#F0FCF7
Tones
Muted variations
1#73D8AB
2#79D3AA
3#7ECDAA
4#84C7A9
5#8AC2A9
6#8FBCA8
7#95B7A7
8#9BB1A7
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 #C9F3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEAB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186844 | 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: #C9F3E0;
--mint-300: #9FE9C8;
--mint-400: #6EDEAB;
--mint-500: #44D593;
--mint-600: #2AB777;
--mint-700: #21915F;
--mint-800: #186844;
--mint-900: #0F432B;
--mint-950: #092A1B;
}