Mint
#72DAAB
GreenColor Codes
All color formats for development
HEX
#72DAABRGB
rgb(114, 218, 171)HSL
hsl(153, 58%, 65%)OKLCH
oklch(0.813 0.119 162.6)CMYK
cmyk(48%, 0%, 22%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D39B
2#3ECC8C
3#31B77B
4#2A9D69
5#238358
6#1C6946
7#154F35
8#0E3423
9#071A12
Tints
Lighter variations
1#80DDB3
2#8EE1BC
3#9CE5C4
4#AAE9CD
5#B8ECD5
6#C7F0DD
7#D5F4E6
8#E3F8EE
9#F1FBF7
Tones
Muted variations
1#77D4AA
2#7CCFAA
3#82CAA9
4#87C5A9
5#8CC0A8
6#91BAA8
7#96B5A7
8#9BB0A7
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 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB177 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F8EE;
--mint-200: #CBF1E0;
--mint-300: #A2E6C8;
--mint-400: #72DAAB;
--mint-500: #4ACF93;
--mint-600: #2FB177;
--mint-700: #258D5E;
--mint-800: #1B6543;
--mint-900: #11402B;
--mint-950: #0B281B;
}