Mint
#72DAA7
GreenColor Codes
All color formats for development
HEX
#72DAA7RGB
rgb(114, 218, 167)HSL
hsl(151, 58%, 65%)OKLCH
oklch(0.812 0.123 160.6)CMYK
cmyk(48%, 0%, 23%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D397
2#3ECC87
3#31B776
4#2A9D65
5#238354
6#1C6944
7#154F33
8#0E3422
9#071A11
Tints
Lighter variations
1#80DDB0
2#8EE1B9
3#9CE5C2
4#AAE9CA
5#B8ECD3
6#C7F0DC
7#D5F4E5
8#E3F8ED
9#F1FBF6
Tones
Muted variations
1#77D4A7
2#7CCFA7
3#82CAA7
4#87C5A7
5#8CC0A7
6#91BAA6
7#96B5A6
8#9BB0A6
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 #CBF1DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C5 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA7 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB172 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6541 | 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: #F3FCF7;
--mint-100: #E3F8ED;
--mint-200: #CBF1DE;
--mint-300: #A2E6C5;
--mint-400: #72DAA7;
--mint-500: #4ACF8E;
--mint-600: #2FB172;
--mint-700: #258D5B;
--mint-800: #1B6541;
--mint-900: #11402A;
--mint-950: #0B281A;
}