Mint
#72DAA6
GreenColor Codes
All color formats for development
HEX
#72DAA6RGB
rgb(114, 218, 166)HSL
hsl(150, 58%, 65%)OKLCH
oklch(0.812 0.123 160.1)CMYK
cmyk(48%, 0%, 24%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D395
2#3ECC85
3#31B774
4#2A9D63
5#238353
6#1C6942
7#154F32
8#0E3421
9#071A11
Tints
Lighter variations
1#80DDAF
2#8EE1B8
3#9CE5C1
4#AAE9C9
5#B8ECD2
6#C7F0DB
7#D5F4E4
8#E3F8ED
9#F1FBF6
Tones
Muted variations
1#77D4A6
2#7CCFA6
3#82CAA6
4#87C5A6
5#8CC0A6
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 #A2E6C4 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB170 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6540 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114029 | 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: #A2E6C4;
--mint-400: #72DAA6;
--mint-500: #4ACF8C;
--mint-600: #2FB170;
--mint-700: #258D59;
--mint-800: #1B6540;
--mint-900: #114029;
--mint-950: #0B281A;
}