Mint
#71DAA8
GreenColor Codes
All color formats for development
HEX
#71DAA8RGB
rgb(113, 218, 168)HSL
hsl(151, 59%, 65%)OKLCH
oklch(0.812 0.122 161.2)CMYK
cmyk(48%, 0%, 23%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D497
2#3CCD87
3#30B876
4#299E65
5#228455
6#1B6944
7#144F33
8#0E3522
9#071A11
Tints
Lighter variations
1#7FDEB0
2#8DE2B9
3#9CE5C2
4#AAE9CB
5#B8EDD3
6#C6F0DC
7#D4F4E5
8#E3F8EE
9#F1FBF6
Tones
Muted variations
1#76D5A7
2#7CD0A7
3#81CBA7
4#86C5A7
5#8BC0A7
6#91BBA6
7#96B6A6
8#9BB0A6
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 #CAF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C6 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA8 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D08F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB272 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6541 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F8EE;
--mint-200: #CAF1DF;
--mint-300: #A2E7C6;
--mint-400: #71DAA8;
--mint-500: #49D08F;
--mint-600: #2EB272;
--mint-700: #258E5B;
--mint-800: #1A6541;
--mint-900: #11412A;
--mint-950: #0A291A;
}