Mint
#73D9A1
GreenColor Codes
All color formats for development
HEX
#73D9A1RGB
rgb(115, 217, 161)HSL
hsl(147, 57%, 65%)OKLCH
oklch(0.809 0.126 157.9)CMYK
cmyk(47%, 0%, 26%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D18F
2#3FCA7E
3#32B66D
4#2B9C5E
5#24824E
6#1D683F
7#154E2F
8#0E341F
9#071A10
Tints
Lighter variations
1#81DCAA
2#8FE0B4
3#9DE4BD
4#ABE8C6
5#B9ECD0
6#C7F0D9
7#D5F3E3
8#E3F7EC
9#F1FBF6
Tones
Muted variations
1#78D4A1
2#7DCEA2
3#82C9A2
4#87C4A3
5#8CBFA3
6#91BAA4
7#96B5A4
8#9CB0A5
9#A1ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6C1 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B06A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B643C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7EC;
--mint-200: #CBF1DC;
--mint-300: #A3E6C1;
--mint-400: #73D9A1;
--mint-500: #4BCE86;
--mint-600: #30B06A;
--mint-700: #268C54;
--mint-800: #1B643C;
--mint-900: #124026;
--mint-950: #0B2818;
}