Mint
#6FDCA4
GreenColor Codes
All color formats for development
HEX
#6FDCA4RGB
rgb(111, 220, 164)HSL
hsl(149, 61%, 65%)OKLCH
oklch(0.815 0.13 159.2)CMYK
cmyk(50%, 0%, 25%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D693
2#3ACF82
3#2DBB72
4#27A061
5#208551
6#1A6B41
7#135031
8#0D3520
9#061B10
Tints
Lighter variations
1#7EE0AD
2#8CE3B6
3#9AE7BF
4#A9EAC8
5#B7EED1
6#C6F1DB
7#D4F5E4
8#E2F8ED
9#F1FCF6
Tones
Muted variations
1#75D7A4
2#7AD1A4
3#80CCA4
4#85C6A5
5#8BC1A5
6#90BCA5
7#95B6A5
8#9BB1A5
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB56E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239057 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104228 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2919 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8ED;
--mint-200: #CAF2DD;
--mint-300: #A1E8C3;
--mint-400: #6FDCA4;
--mint-500: #46D28A;
--mint-600: #2CB56E;
--mint-700: #239057;
--mint-800: #19673E;
--mint-900: #104228;
--mint-950: #0A2919;
}