Mint
#73D9A6
GreenColor Codes
All color formats for development
HEX
#73D9A6RGB
rgb(115, 217, 166)HSL
hsl(150, 57%, 65%)OKLCH
oklch(0.81 0.121 160.2)CMYK
cmyk(47%, 0%, 24%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#59D195
2#3FCA85
3#32B674
4#2B9C63
5#248253
6#1D6842
7#154E32
8#0E3421
9#071A11
Tints
Lighter variations
1#81DCAF
2#8FE0B8
3#9DE4C1
4#ABE8C9
5#B9ECD2
6#C7F0DB
7#D5F3E4
8#E3F7ED
9#F1FBF6
Tones
Muted variations
1#78D4A6
2#7DCEA6
3#82C9A6
4#87C4A6
5#8CBFA6
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 #A3E6C4 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9A6 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B070 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6440 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124029 | 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: #A3E6C4;
--mint-400: #73D9A6;
--mint-500: #4BCE8C;
--mint-600: #30B070;
--mint-700: #268C59;
--mint-800: #1B6440;
--mint-900: #124029;
--mint-950: #0B281A;
}