Mint
#65E7B5
GreenColor Codes
All color formats for development
HEX
#65E7B5RGB
rgb(101, 231, 181)HSL
hsl(157, 73%, 65%)OKLCH
oklch(0.842 0.136 165.1)CMYK
cmyk(56%, 0%, 22%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2A7
2#2BDE99
3#1FC988
4#1BAC74
5#168F61
6#12734E
7#0D563A
8#093927
9#041D13
Tints
Lighter variations
1#74E9BC
2#83ECC4
3#93EECB
4#A2F1D3
5#B2F3DA
6#C1F5E1
7#D1F8E9
8#E0FAF0
9#F0FDF8
Tones
Muted variations
1#6BE0B3
2#72DAB2
3#78D3B0
4#7FCDAF
5#85C6AD
6#8CC0AC
7#92B9AA
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 #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B5 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4730 | 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: #E0FAF0;
--mint-200: #C6F6E3;
--mint-300: #9AEFCE;
--mint-400: #65E7B5;
--mint-500: #38E0A0;
--mint-600: #1EC283;
--mint-700: #189A68;
--mint-800: #116E4B;
--mint-900: #0B4730;
--mint-950: #072C1E;
}