Mint
#65E7AC
GreenColor Codes
All color formats for development
HEX
#65E7ACRGB
rgb(101, 231, 172)HSL
hsl(153, 73%, 65%)OKLCH
oklch(0.839 0.144 161.2)CMYK
cmyk(56%, 0%, 26%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E29D
2#2BDE8E
3#1FC97C
4#1BAC6B
5#168F59
6#127347
7#0D5635
8#093924
9#041D12
Tints
Lighter variations
1#74E9B5
2#83ECBD
3#93EEC5
4#A2F1CD
5#B2F3D6
6#C1F5DE
7#D1F8E6
8#E0FAEE
9#F0FDF7
Tones
Muted variations
1#6BE0AC
2#72DAAB
3#78D3AA
4#7FCDAA
5#85C6A9
6#8CC0A8
7#92B9A8
8#99B3A7
9#9FACA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFC9 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7AC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E095 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC278 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FAEE;
--mint-200: #C6F6E0;
--mint-300: #9AEFC9;
--mint-400: #65E7AC;
--mint-500: #38E095;
--mint-600: #1EC278;
--mint-700: #189A60;
--mint-800: #116E44;
--mint-900: #0B472C;
--mint-950: #072C1B;
}