Mint
#6DDFA8
GreenColor Codes
All color formats for development
HEX
#6DDFA8RGB
rgb(109, 223, 168)HSL
hsl(151, 64%, 65%)OKLCH
oklch(0.822 0.132 160.5)CMYK
cmyk(51%, 0%, 25%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51D997
2#36D387
3#2ABE77
4#24A366
5#1E8855
6#186D44
7#125233
8#0C3622
9#061B11
Tints
Lighter variations
1#7BE2B0
2#8AE5B9
3#99E9C2
4#A7ECCB
5#B6EFD3
6#C4F2DC
7#D3F5E5
8#E2F9EE
9#F0FCF6
Tones
Muted variations
1#72D9A7
2#78D3A7
3#7ECEA7
4#83C8A7
5#89C2A7
6#8FBDA7
7#95B7A6
8#9AB1A6
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAC6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFA8 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D68F | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B873 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20925B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176941 | 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: #F2FCF8;
--mint-100: #E2F9EE;
--mint-200: #C9F3DF;
--mint-300: #9FEAC6;
--mint-400: #6DDFA8;
--mint-500: #43D68F;
--mint-600: #28B873;
--mint-700: #20925B;
--mint-800: #176941;
--mint-900: #0F432A;
--mint-950: #092A1A;
}