Mint
#73D9A7
GreenColor Codes
All color formats for development
HEX
#73D9A7RGB
rgb(115, 217, 167)HSL
hsl(151, 57%, 65%)OKLCH
oklch(0.81 0.121 160.7)CMYK
cmyk(47%, 0%, 23%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D197
2#3FCA87
3#32B676
4#2B9C65
5#248254
6#1D6844
7#154E33
8#0E3422
9#071A11
Tints
Lighter variations
1#81DCB0
2#8FE0B9
3#9DE4C2
4#ABE8CA
5#B9ECD3
6#C7F0DC
7#D5F3E5
8#E3F7ED
9#F1FBF6
Tones
Muted variations
1#78D4A7
2#7DCEA7
3#82C9A7
4#87C4A7
5#8CBFA7
6#91BAA6
7#96B5A6
8#9CB0A6
9#A1ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6C5 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9A7 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE8E | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B072 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6441 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F7ED;
--mint-200: #CBF1DE;
--mint-300: #A3E6C5;
--mint-400: #73D9A7;
--mint-500: #4BCE8E;
--mint-600: #30B072;
--mint-700: #268C5B;
--mint-800: #1B6441;
--mint-900: #12402A;
--mint-950: #0B281A;
}