Mint
#71DAAD
GreenColor Codes
All color formats for development
HEX
#71DAADRGB
rgb(113, 218, 173)HSL
hsl(154, 59%, 65%)OKLCH
oklch(0.813 0.118 163.8)CMYK
cmyk(48%, 0%, 21%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D49D
2#3CCD8E
3#30B87D
4#299E6B
5#228459
6#1B6948
7#144F36
8#0E3524
9#071A12
Tints
Lighter variations
1#7FDEB5
2#8DE2BD
3#9CE5C5
4#AAE9CE
5#B8EDD6
6#C6F0DE
7#D4F4E6
8#E3F8EF
9#F1FBF7
Tones
Muted variations
1#76D5AC
2#7CD0AB
3#81CBAB
4#86C5AA
5#8BC0A9
6#91BBA9
7#96B6A8
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 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D095 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB279 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF8;
--mint-100: #E3F8EF;
--mint-200: #CAF1E0;
--mint-300: #A2E7C9;
--mint-400: #71DAAD;
--mint-500: #49D095;
--mint-600: #2EB279;
--mint-700: #258E60;
--mint-800: #1A6545;
--mint-900: #11412C;
--mint-950: #0A291C;
}