Mint
#6FDCA8
GreenColor Codes
All color formats for development
HEX
#6FDCA8RGB
rgb(111, 220, 168)HSL
hsl(151, 61%, 65%)OKLCH
oklch(0.816 0.126 161)CMYK
cmyk(50%, 0%, 24%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D697
2#3ACF87
3#2DBB76
4#27A065
5#208555
6#1A6B44
7#135033
8#0D3522
9#061B11
Tints
Lighter variations
1#7EE0B0
2#8CE3B9
3#9AE7C2
4#A9EACB
5#B7EED3
6#C6F1DC
7#D4F5E5
8#E2F8EE
9#F1FCF6
Tones
Muted variations
1#75D7A7
2#7AD1A7
3#80CCA7
4#85C6A7
5#8BC1A7
6#90BCA6
7#95B6A6
8#9BB1A6
9#A0ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCA8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D28F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB572 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23905B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196741 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E2F8EE;
--mint-200: #CAF2DF;
--mint-300: #A1E8C6;
--mint-400: #6FDCA8;
--mint-500: #46D28F;
--mint-600: #2CB572;
--mint-700: #23905B;
--mint-800: #196741;
--mint-900: #10422A;
--mint-950: #0A291A;
}