Mint
#72DAA1
GreenColor Codes
All color formats for development
HEX
#72DAA1RGB
rgb(114, 218, 161)HSL
hsl(147, 58%, 65%)OKLCH
oklch(0.81 0.128 157.8)CMYK
cmyk(48%, 0%, 26%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D38F
2#3ECC7E
3#31B76D
4#2A9D5E
5#23834E
6#1C693E
7#154F2F
8#0E341F
9#071A10
Tints
Lighter variations
1#80DDAA
2#8EE1B3
3#9CE5BD
4#AAE9C6
5#B8ECD0
6#C7F0D9
7#D5F4E3
8#E3F8EC
9#F1FBF6
Tones
Muted variations
1#77D4A1
2#7CCFA2
3#82CAA2
4#87C5A3
5#8CC0A3
6#91BAA4
7#96B5A4
8#9BB0A5
9#A1ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F8EC;
--mint-200: #CBF1DC;
--mint-300: #A2E6C1;
--mint-400: #72DAA1;
--mint-500: #4ACF86;
--mint-600: #2FB16A;
--mint-700: #258D54;
--mint-800: #1B653C;
--mint-900: #114026;
--mint-950: #0B2818;
}