Mint
#73D9AB
GreenColor Codes
All color formats for development
HEX
#73D9ABRGB
rgb(115, 217, 171)HSL
hsl(153, 57%, 65%)OKLCH
oklch(0.811 0.117 162.7)CMYK
cmyk(47%, 0%, 21%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D19B
2#3FCA8C
3#32B67B
4#2B9C69
5#248258
6#1D6846
7#154E35
8#0E3423
9#071A12
Tints
Lighter variations
1#81DCB3
2#8FE0BC
3#9DE4C4
4#ABE8CD
5#B9ECD5
6#C7F0DD
7#D5F3E6
8#E3F7EE
9#F1FBF7
Tones
Muted variations
1#78D4AA
2#7DCEAA
3#82C9A9
4#87C4A9
5#8CBFA8
6#91BAA8
7#96B5A7
8#9CB0A7
9#A1ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6C8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9AB | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B077 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6443 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F7EE;
--mint-200: #CBF1E0;
--mint-300: #A3E6C8;
--mint-400: #73D9AB;
--mint-500: #4BCE93;
--mint-600: #30B077;
--mint-700: #268C5E;
--mint-800: #1B6443;
--mint-900: #12402B;
--mint-950: #0B281B;
}