Mint
#72DA9D
GreenColor Codes
All color formats for development
HEX
#72DA9DRGB
rgb(114, 218, 157)HSL
hsl(145, 58%, 65%)OKLCH
oklch(0.81 0.131 156.1)CMYK
cmyk(48%, 0%, 28%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D38B
2#3ECC79
3#31B769
4#2A9D5A
5#23834B
6#1C693C
7#154F2D
8#0E341E
9#071A0F
Tints
Lighter variations
1#80DDA7
2#8EE1B1
3#9CE5BA
4#AAE9C4
5#B8ECCE
6#C7F0D8
7#D5F4E2
8#E3F8EB
9#F1FBF5
Tones
Muted variations
1#77D49E
2#7CCF9F
3#82CAA0
4#87C5A1
5#8CC0A1
6#91BAA2
7#96B5A3
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 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9D | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF81 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB165 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D51 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114025 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F8EB;
--mint-200: #CBF1DB;
--mint-300: #A2E6BF;
--mint-400: #72DA9D;
--mint-500: #4ACF81;
--mint-600: #2FB165;
--mint-700: #258D51;
--mint-800: #1B653A;
--mint-900: #114025;
--mint-950: #0B2817;
}