Mint
#71DAAB
GreenColor Codes
All color formats for development
HEX
#71DAABRGB
rgb(113, 218, 171)HSL
hsl(153, 59%, 65%)OKLCH
oklch(0.812 0.12 162.7)CMYK
cmyk(48%, 0%, 22%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D49B
2#3CCD8C
3#30B87B
4#299E69
5#228458
6#1B6946
7#144F35
8#0E3523
9#071A12
Tints
Lighter variations
1#7FDEB3
2#8DE2BC
3#9CE5C4
4#AAE9CD
5#B8EDD5
6#C6F0DD
7#D4F4E6
8#E3F8EE
9#F1FBF7
Tones
Muted variations
1#76D5AA
2#7CD0AA
3#81CBA9
4#86C5A9
5#8BC0A8
6#91BBA8
7#96B6A7
8#9BB0A7
9#A0ABA6
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 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6544 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F8EE;
--mint-200: #CAF1E0;
--mint-300: #A2E7C8;
--mint-400: #71DAAB;
--mint-500: #49D093;
--mint-600: #2EB277;
--mint-700: #258E5F;
--mint-800: #1A6544;
--mint-900: #11412B;
--mint-950: #0A291B;
}