Mint
#6DDFA6
GreenColor Codes
All color formats for development
HEX
#6DDFA6RGB
rgb(109, 223, 166)HSL
hsl(150, 64%, 65%)OKLCH
oklch(0.822 0.133 159.6)CMYK
cmyk(51%, 0%, 26%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D995
2#36D385
3#2ABE74
4#24A363
5#1E8853
6#186D42
7#125232
8#0C3621
9#061B11
Tints
Lighter variations
1#7BE2AF
2#8AE5B8
3#99E9C1
4#A7ECC9
5#B6EFD2
6#C4F2DB
7#D3F5E4
8#E2F9ED
9#F0FCF6
Tones
Muted variations
1#72D9A6
2#78D3A6
3#7ECEA6
4#83C8A6
5#89C2A6
6#8FBDA6
7#95B7A6
8#9AB1A6
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFA6 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D68C | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B870 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209259 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176940 | 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: #F2FCF7;
--mint-100: #E2F9ED;
--mint-200: #C9F3DE;
--mint-300: #9FEAC4;
--mint-400: #6DDFA6;
--mint-500: #43D68C;
--mint-600: #28B870;
--mint-700: #209259;
--mint-800: #176940;
--mint-900: #0F4329;
--mint-950: #092A1A;
}