Mint
#72DA9F
GreenColor Codes
All color formats for development
HEX
#72DA9FRGB
rgb(114, 218, 159)HSL
hsl(146, 58%, 65%)OKLCH
oklch(0.81 0.13 157)CMYK
cmyk(48%, 0%, 27%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D38D
2#3ECC7B
3#31B76B
4#2A9D5C
5#23834C
6#1C693D
7#154F2E
8#0E341F
9#071A0F
Tints
Lighter variations
1#80DDA8
2#8EE1B2
3#9CE5BC
4#AAE9C5
5#B8ECCF
6#C7F0D9
7#D5F4E2
8#E3F8EC
9#F1FBF5
Tones
Muted variations
1#77D4A0
2#7CCFA0
3#82CAA1
4#87C5A2
5#8CC0A2
6#91BAA3
7#96B5A4
8#9BB0A4
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 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF83 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB168 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653B | 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: #CBF1DB;
--mint-300: #A2E6C0;
--mint-400: #72DA9F;
--mint-500: #4ACF83;
--mint-600: #2FB168;
--mint-700: #258D52;
--mint-800: #1B653B;
--mint-900: #114026;
--mint-950: #0B2818;
}