Mint
#71DAA9
GreenColor Codes
All color formats for development
HEX
#71DAA9RGB
rgb(113, 218, 169)HSL
hsl(152, 59%, 65%)OKLCH
oklch(0.812 0.122 161.7)CMYK
cmyk(48%, 0%, 22%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D499
2#3CCD89
3#30B879
4#299E67
5#228456
6#1B6945
7#144F34
8#0E3522
9#071A11
Tints
Lighter variations
1#7FDEB2
2#8DE2BA
3#9CE5C3
4#AAE9CC
5#B8EDD4
6#C6F0DD
7#D4F4E5
8#E3F8EE
9#F1FBF6
Tones
Muted variations
1#76D5A9
2#7CD0A9
3#81CBA8
4#86C5A8
5#8BC0A8
6#91BBA7
7#96B6A7
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 #A2E7C7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA9 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D091 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB275 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6542 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412A | 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: #CAF1DF;
--mint-300: #A2E7C7;
--mint-400: #71DAA9;
--mint-500: #49D091;
--mint-600: #2EB275;
--mint-700: #258E5D;
--mint-800: #1A6542;
--mint-900: #11412A;
--mint-950: #0A291B;
}