Mint
#65E7B3
GreenColor Codes
All color formats for development
HEX
#65E7B3RGB
rgb(101, 231, 179)HSL
hsl(156, 73%, 65%)OKLCH
oklch(0.841 0.138 164.2)CMYK
cmyk(56%, 0%, 23%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2A5
2#2BDE96
3#1FC985
4#1BAC72
5#168F5F
6#12734C
7#0D5639
8#093926
9#041D13
Tints
Lighter variations
1#74E9BA
2#83ECC2
3#93EECA
4#A2F1D1
5#B2F3D9
6#C1F5E1
7#D1F8E8
8#E0FAF0
9#F0FDF7
Tones
Muted variations
1#6BE0B1
2#72DAB0
3#78D3AF
4#7FCDAE
5#85C6AC
6#8CC0AB
7#92B9AA
8#99B3A8
9#9FACA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFCD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E09D | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC281 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B472F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F2FDF8;
--mint-100: #E0FAF0;
--mint-200: #C6F6E3;
--mint-300: #9AEFCD;
--mint-400: #65E7B3;
--mint-500: #38E09D;
--mint-600: #1EC281;
--mint-700: #189A66;
--mint-800: #116E49;
--mint-900: #0B472F;
--mint-950: #072C1D;
}