Mint
#72DAB2
GreenColor Codes
All color formats for development
HEX
#72DAB2RGB
rgb(114, 218, 178)HSL
hsl(157, 58%, 65%)OKLCH
oklch(0.815 0.114 166.4)CMYK
cmyk(48%, 0%, 18%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3A3
2#3ECC95
3#31B784
4#2A9D71
5#23835E
6#1C694B
7#154F38
8#0E3426
9#071A13
Tints
Lighter variations
1#80DDBA
2#8EE1C1
3#9CE5C9
4#AAE9D1
5#B8ECD8
6#C7F0E0
7#D5F4E8
8#E3F8F0
9#F1FBF7
Tones
Muted variations
1#77D4B1
2#7CCFAF
3#82CAAE
4#87C5AD
5#8CC0AC
6#91BAAB
7#96B5A9
8#9BB0A8
9#A1ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CC | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB2 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB17F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6548 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402E | 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: #F3FCF8;
--mint-100: #E3F8F0;
--mint-200: #CBF1E2;
--mint-300: #A2E6CC;
--mint-400: #72DAB2;
--mint-500: #4ACF9C;
--mint-600: #2FB17F;
--mint-700: #258D65;
--mint-800: #1B6548;
--mint-900: #11402E;
--mint-950: #0B281D;
}