Mint
#72DAA2
GreenColor Codes
All color formats for development
HEX
#72DAA2RGB
rgb(114, 218, 162)HSL
hsl(148, 58%, 65%)OKLCH
oklch(0.811 0.127 158.3)CMYK
cmyk(48%, 0%, 26%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D391
2#3ECC80
3#31B770
4#2A9D60
5#238350
6#1C6940
7#154F30
8#0E3420
9#071A10
Tints
Lighter variations
1#80DDAC
2#8EE1B5
3#9CE5BE
4#AAE9C7
5#B8ECD1
6#C7F0DA
7#D5F4E3
8#E3F8EC
9#F1FBF6
Tones
Muted variations
1#77D4A3
2#7CCFA3
3#82CAA3
4#87C5A4
5#8CC0A4
6#91BAA4
7#96B5A5
8#9BB0A5
9#A1ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA2 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF88 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114027 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F8EC;
--mint-200: #CBF1DD;
--mint-300: #A2E6C2;
--mint-400: #72DAA2;
--mint-500: #4ACF88;
--mint-600: #2FB16C;
--mint-700: #258D56;
--mint-800: #1B653D;
--mint-900: #114027;
--mint-950: #0B2819;
}