Mint
#72DAA9
GreenColor Codes
All color formats for development
HEX
#72DAA9RGB
rgb(114, 218, 169)HSL
hsl(152, 58%, 65%)OKLCH
oklch(0.812 0.121 161.6)CMYK
cmyk(48%, 0%, 22%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D399
2#3ECC89
3#31B779
4#2A9D67
5#238356
6#1C6945
7#154F34
8#0E3422
9#071A11
Tints
Lighter variations
1#80DDB2
2#8EE1BA
3#9CE5C3
4#AAE9CC
5#B8ECD4
6#C7F0DD
7#D5F4E5
8#E3F8EE
9#F1FBF6
Tones
Muted variations
1#77D4A9
2#7CCFA9
3#82CAA8
4#87C5A8
5#8CC0A7
6#91BAA7
7#96B5A7
8#9BB0A6
9#A1ABA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA9 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB175 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6542 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402A | 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: #F3FCF8;
--mint-100: #E3F8EE;
--mint-200: #CBF1DF;
--mint-300: #A2E6C7;
--mint-400: #72DAA9;
--mint-500: #4ACF91;
--mint-600: #2FB175;
--mint-700: #258D5D;
--mint-800: #1B6542;
--mint-900: #11402A;
--mint-950: #0B281A;
}