Mint
#71DAB2
GreenColor Codes
All color formats for development
HEX
#71DAB2RGB
rgb(113, 218, 178)HSL
hsl(157, 59%, 65%)OKLCH
oklch(0.814 0.115 166.5)CMYK
cmyk(48%, 0%, 18%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D4A4
2#3CCD95
3#30B884
4#299E71
5#22845E
6#1B694B
7#144F39
8#0E3526
9#071A13
Tints
Lighter variations
1#7FDEBA
2#8DE2C1
3#9CE5C9
4#AAE9D1
5#B8EDD9
6#C6F0E0
7#D4F4E8
8#E3F8F0
9#F1FBF7
Tones
Muted variations
1#76D5B1
2#7CD0B0
3#81CBAE
4#86C5AD
5#8BC0AC
6#91BBAB
7#96B6A9
8#9BB0A8
9#A0ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB280 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F8F0;
--mint-200: #CAF1E2;
--mint-300: #A2E7CC;
--mint-400: #71DAB2;
--mint-500: #49D09C;
--mint-600: #2EB280;
--mint-700: #258E66;
--mint-800: #1A6549;
--mint-900: #11412E;
--mint-950: #0A291D;
}