Mint
#71DAB0
GreenColor Codes
All color formats for development
HEX
#71DAB0RGB
rgb(113, 218, 176)HSL
hsl(156, 59%, 65%)OKLCH
oklch(0.814 0.116 165.4)CMYK
cmyk(48%, 0%, 19%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D4A2
2#3CCD93
3#30B882
4#299E6F
5#22845D
6#1B694A
7#144F38
8#0E3525
9#071A13
Tints
Lighter variations
1#7FDEB8
2#8DE2C0
3#9CE5C8
4#AAE9D0
5#B8EDD8
6#C6F0E0
7#D4F4E7
8#E3F8EF
9#F1FBF7
Tones
Muted variations
1#76D5AF
2#7CD0AE
3#81CBAD
4#86C5AC
5#8BC0AB
6#91BBAA
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 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CB | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB27D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6547 | 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: #E3F8EF;
--mint-200: #CAF1E2;
--mint-300: #A2E7CB;
--mint-400: #71DAB0;
--mint-500: #49D09A;
--mint-600: #2EB27D;
--mint-700: #258E64;
--mint-800: #1A6547;
--mint-900: #11412E;
--mint-950: #0A291D;
}