Mint
#70DBA0
GreenColor Codes
All color formats for development
HEX
#70DBA0RGB
rgb(112, 219, 160)HSL
hsl(147, 60%, 65%)OKLCH
oklch(0.812 0.131 157.5)CMYK
cmyk(49%, 0%, 27%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D58F
2#3BCE7D
3#2EBA6D
4#289F5D
5#21854E
6#1B6A3E
7#14502F
8#0D351F
9#071B10
Tints
Lighter variations
1#7EDFAA
2#8DE2B3
3#9BE6BD
4#A9EAC6
5#B8EDD0
6#C6F1D9
7#D4F4E3
8#E2F8EC
9#F1FBF6
Tones
Muted variations
1#76D6A1
2#7BD1A1
3#80CBA2
4#86C6A3
5#8BC1A3
6#90BBA4
7#96B6A4
8#9BB0A5
9#A0ABA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBA0 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D185 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--mint-50: #F3FCF7;
--mint-100: #E2F8EC;
--mint-200: #CAF2DC;
--mint-300: #A1E8C1;
--mint-400: #70DBA0;
--mint-500: #47D185;
--mint-600: #2DB469;
--mint-700: #248F54;
--mint-800: #1A663C;
--mint-900: #104126;
--mint-950: #0A2918;
}