Mint
#73D9B2
GreenColor Codes
All color formats for development
HEX
#73D9B2RGB
rgb(115, 217, 178)HSL
hsl(157, 57%, 65%)OKLCH
oklch(0.813 0.112 166.6)CMYK
cmyk(47%, 0%, 18%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D1A3
2#3FCA95
3#32B683
4#2B9C71
5#24825E
6#1D684B
7#154E38
8#0E3426
9#071A13
Tints
Lighter variations
1#81DCB9
2#8FE0C1
3#9DE4C9
4#ABE8D1
5#B9ECD8
6#C7F0E0
7#D5F3E8
8#E3F7F0
9#F1FBF7
Tones
Muted variations
1#78D4B0
2#7DCEAF
3#82C9AE
4#87C4AD
5#8CBFAC
6#91BAAA
7#96B5A9
8#9CB0A8
9#A1ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6CC | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9B2 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B07F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6448 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F7F0;
--mint-200: #CBF1E2;
--mint-300: #A3E6CC;
--mint-400: #73D9B2;
--mint-500: #4BCE9C;
--mint-600: #30B07F;
--mint-700: #268C65;
--mint-800: #1B6448;
--mint-900: #12402E;
--mint-950: #0B281D;
}