Mint
#72DAA4
GreenColor Codes
All color formats for development
HEX
#72DAA4RGB
rgb(114, 218, 164)HSL
hsl(149, 58%, 65%)OKLCH
oklch(0.811 0.125 159.2)CMYK
cmyk(48%, 0%, 25%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D393
2#3ECC82
3#31B772
4#2A9D62
5#238351
6#1C6941
7#154F31
8#0E3421
9#071A10
Tints
Lighter variations
1#80DDAD
2#8EE1B6
3#9CE5BF
4#AAE9C8
5#B8ECD2
6#C7F0DB
7#D5F4E4
8#E3F8ED
9#F1FBF6
Tones
Muted variations
1#77D4A4
2#7CCFA4
3#82CAA5
4#87C5A5
5#8CC0A5
6#91BAA5
7#96B5A5
8#9BB0A5
9#A1ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114028 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F8ED;
--mint-200: #CBF1DD;
--mint-300: #A2E6C3;
--mint-400: #72DAA4;
--mint-500: #4ACF8A;
--mint-600: #2FB16E;
--mint-700: #258D58;
--mint-800: #1B653F;
--mint-900: #114028;
--mint-950: #0B2819;
}