Mint
#6FDCAD
GreenColor Codes
All color formats for development
HEX
#6FDCADRGB
rgb(111, 220, 173)HSL
hsl(154, 61%, 65%)OKLCH
oklch(0.817 0.122 163.4)CMYK
cmyk(50%, 0%, 21%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D69E
2#3ACF8F
3#2DBB7D
4#27A06C
5#20855A
6#1A6B48
7#135036
8#0D3524
9#061B12
Tints
Lighter variations
1#7EE0B5
2#8CE3BD
3#9AE7C6
4#A9EACE
5#B7EED6
6#C6F1DE
7#D4F5E6
8#E2F8EF
9#F1FCF7
Tones
Muted variations
1#75D7AC
2#7AD1AC
3#80CCAB
4#85C6AA
5#8BC1A9
6#90BCA9
7#95B6A8
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 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D296 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196745 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E2F8EF;
--mint-200: #CAF2E1;
--mint-300: #A1E8C9;
--mint-400: #6FDCAD;
--mint-500: #46D296;
--mint-600: #2CB579;
--mint-700: #239061;
--mint-800: #196745;
--mint-900: #10422C;
--mint-950: #0A291C;
}