Mint
#73D9AE
GreenColor Codes
All color formats for development
HEX
#73D9AERGB
rgb(115, 217, 174)HSL
hsl(155, 57%, 65%)OKLCH
oklch(0.812 0.115 164.3)CMYK
cmyk(47%, 0%, 20%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D19F
2#3FCA90
3#32B67F
4#2B9C6D
5#24825B
6#1D6849
7#154E36
8#0E3424
9#071A12
Tints
Lighter variations
1#81DCB6
2#8FE0BE
3#9DE4C6
4#ABE8CF
5#B9ECD7
6#C7F0DF
7#D5F3E7
8#E3F7EF
9#F1FBF7
Tones
Muted variations
1#78D4AD
2#7DCEAD
3#82C9AC
4#87C4AB
5#8CBFAA
6#91BAA9
7#96B5A8
8#9CB0A7
9#A1ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6CA | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9AE | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6446 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F7EF;
--mint-200: #CBF1E1;
--mint-300: #A3E6CA;
--mint-400: #73D9AE;
--mint-500: #4BCE97;
--mint-600: #30B07B;
--mint-700: #268C62;
--mint-800: #1B6446;
--mint-900: #12402D;
--mint-950: #0B281C;
}