Mint
#6DDFA4
GreenColor Codes
All color formats for development
HEX
#6DDFA4RGB
rgb(109, 223, 164)HSL
hsl(149, 64%, 65%)OKLCH
oklch(0.821 0.135 158.8)CMYK
cmyk(51%, 0%, 26%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D993
2#36D382
3#2ABE72
4#24A361
5#1E8851
6#186D41
7#125231
8#0C3620
9#061B10
Tints
Lighter variations
1#7BE2AD
2#8AE5B6
3#99E9BF
4#A7ECC8
5#B6EFD1
6#C4F2DB
7#D3F5E4
8#E2F9ED
9#F0FCF6
Tones
Muted variations
1#72D9A4
2#78D3A4
3#7ECEA4
4#83C8A5
5#89C2A5
6#8FBDA5
7#95B7A5
8#9AB1A5
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 #C9F3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFA4 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D68A | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B86E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209257 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17693E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4328 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A19 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FCF7;
--mint-100: #E2F9ED;
--mint-200: #C9F3DD;
--mint-300: #9FEAC3;
--mint-400: #6DDFA4;
--mint-500: #43D68A;
--mint-600: #28B86E;
--mint-700: #209257;
--mint-800: #17693E;
--mint-900: #0F4328;
--mint-950: #092A19;
}