Mint
#71DAA2
GreenColor Codes
All color formats for development
HEX
#71DAA2RGB
rgb(113, 218, 162)HSL
hsl(148, 59%, 65%)OKLCH
oklch(0.81 0.127 158.4)CMYK
cmyk(48%, 0%, 26%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D491
2#3CCD80
3#30B86F
4#299E60
5#228450
6#1B6940
7#144F30
8#0E3520
9#071A10
Tints
Lighter variations
1#7FDEAC
2#8DE2B5
3#9CE5BE
4#AAE9C7
5#B8EDD1
6#C6F0DA
7#D4F4E3
8#E3F8EC
9#F1FBF6
Tones
Muted variations
1#76D5A3
2#7CD0A3
3#81CBA3
4#86C5A4
5#8BC0A4
6#91BBA4
7#96B6A5
8#9BB0A5
9#A0ABA5
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 | CAF1 #CAF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C2 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D088 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB26C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114127 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E3F8EC;
--mint-200: #CAF1DD;
--mint-300: #A2E7C2;
--mint-400: #71DAA2;
--mint-500: #49D088;
--mint-600: #2EB26C;
--mint-700: #258E56;
--mint-800: #1A653D;
--mint-900: #114127;
--mint-950: #0A2918;
}