Mint
#72DAB4
GreenColor Codes
All color formats for development
HEX
#72DAB4RGB
rgb(114, 218, 180)HSL
hsl(158, 58%, 65%)OKLCH
oklch(0.815 0.112 167.5)CMYK
cmyk(48%, 0%, 17%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3A6
2#3ECC98
3#31B786
4#2A9D73
5#238360
6#1C694D
7#154F39
8#0E3426
9#071A13
Tints
Lighter variations
1#80DDBB
2#8EE1C3
3#9CE5CA
4#AAE9D2
5#B8ECD9
6#C7F0E1
7#D5F4E8
8#E3F8F0
9#F1FBF7
Tones
Muted variations
1#77D4B2
2#7CCFB1
3#82CAAF
4#87C5AE
5#8CC0AD
6#91BAAB
7#96B5AA
8#9BB0A9
9#A1ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CD | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF9E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB182 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF9;
--mint-100: #E3F8F0;
--mint-200: #CBF1E3;
--mint-300: #A2E6CD;
--mint-400: #72DAB4;
--mint-500: #4ACF9E;
--mint-600: #2FB182;
--mint-700: #258D67;
--mint-800: #1B654A;
--mint-900: #11402F;
--mint-950: #0B281D;
}