Mint
#72DAAD
GreenColor Codes
All color formats for development
HEX
#72DAADRGB
rgb(114, 218, 173)HSL
hsl(154, 58%, 65%)OKLCH
oklch(0.813 0.118 163.6)CMYK
cmyk(48%, 0%, 21%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D39D
2#3ECC8E
3#31B77D
4#2A9D6B
5#238359
6#1C6947
7#154F36
8#0E3424
9#071A12
Tints
Lighter variations
1#80DDB5
2#8EE1BD
3#9CE5C5
4#AAE9CE
5#B8ECD6
6#C7F0DE
7#D5F4E6
8#E3F8EF
9#F1FBF7
Tones
Muted variations
1#77D4AC
2#7CCFAB
3#82CAAB
4#87C5AA
5#8CC0A9
6#91BAA9
7#96B5A8
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 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF95 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB179 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402C | 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: #E3F8EF;
--mint-200: #CBF1E0;
--mint-300: #A2E6C9;
--mint-400: #72DAAD;
--mint-500: #4ACF95;
--mint-600: #2FB179;
--mint-700: #258D60;
--mint-800: #1B6545;
--mint-900: #11402C;
--mint-950: #0B281B;
}