Mint
#65E7B7
GreenColor Codes
All color formats for development
HEX
#65E7B7RGB
rgb(101, 231, 183)HSL
hsl(158, 73%, 65%)OKLCH
oklch(0.842 0.135 166.1)CMYK
cmyk(56%, 0%, 21%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2AA
2#2BDE9C
3#1FC98B
4#1BAC77
5#168F63
6#12734F
7#0D563B
8#093928
9#041D14
Tints
Lighter variations
1#74E9BE
2#83ECC5
3#93EECD
4#A2F1D4
5#B2F3DB
6#C1F5E2
7#D1F8E9
8#E0FAF1
9#F0FDF8
Tones
Muted variations
1#6BE0B5
2#72DAB4
3#78D3B2
4#7FCDB0
5#85C6AE
6#8CC0AD
7#92B9AB
8#99B3A9
9#9FACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD0 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4731 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF9;
--mint-100: #E0FAF1;
--mint-200: #C6F6E4;
--mint-300: #9AEFD0;
--mint-400: #65E7B7;
--mint-500: #38E0A3;
--mint-600: #1EC286;
--mint-700: #189A6B;
--mint-800: #116E4C;
--mint-900: #0B4731;
--mint-950: #072C1E;
}