Mint
#70DBA8
GreenColor Codes
All color formats for development
HEX
#70DBA8RGB
rgb(112, 219, 168)HSL
hsl(151, 60%, 65%)OKLCH
oklch(0.814 0.124 161.1)CMYK
cmyk(49%, 0%, 23%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D597
2#3BCE87
3#2EBA76
4#289F65
5#218555
6#1B6A44
7#145033
8#0D3522
9#071B11
Tints
Lighter variations
1#7EDFB0
2#8DE2B9
3#9BE6C2
4#A9EACB
5#B8EDD3
6#C6F1DC
7#D4F4E5
8#E2F8EE
9#F1FBF6
Tones
Muted variations
1#76D6A7
2#7BD1A7
3#80CBA7
4#86C6A7
5#8BC1A7
6#90BBA6
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 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C6 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBA8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D18F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB472 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6641 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412A | 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: #E2F8EE;
--mint-200: #CAF2DF;
--mint-300: #A1E8C6;
--mint-400: #70DBA8;
--mint-500: #47D18F;
--mint-600: #2DB472;
--mint-700: #248F5B;
--mint-800: #1A6641;
--mint-900: #10412A;
--mint-950: #0A291A;
}