Mint
#6FDCB2
GreenColor Codes
All color formats for development
HEX
#6FDCB2RGB
rgb(111, 220, 178)HSL
hsl(157, 61%, 65%)OKLCH
oklch(0.818 0.118 166.1)CMYK
cmyk(50%, 0%, 19%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6A4
2#3ACF96
3#2DBB85
4#27A072
5#20855F
6#1A6B4C
7#135039
8#0D3526
9#061B13
Tints
Lighter variations
1#7EE0BA
2#8CE3C2
3#9AE7C9
4#A9EAD1
5#B7EED9
6#C6F1E0
7#D4F5E8
8#E2F8F0
9#F1FCF7
Tones
Muted variations
1#75D7B1
2#7AD1B0
3#80CCAF
4#85C6AD
5#8BC1AC
6#90BCAB
7#95B6AA
8#9BB1A8
9#A0ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB2 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239066 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E2F8F0;
--mint-200: #CAF2E3;
--mint-300: #A1E8CD;
--mint-400: #6FDCB2;
--mint-500: #46D29D;
--mint-600: #2CB580;
--mint-700: #239066;
--mint-800: #196749;
--mint-900: #10422F;
--mint-950: #0A291D;
}