Mint
#70DBA9
GreenColor Codes
All color formats for development
HEX
#70DBA9RGB
rgb(112, 219, 169)HSL
hsl(152, 60%, 65%)OKLCH
oklch(0.814 0.124 161.6)CMYK
cmyk(49%, 0%, 23%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D599
2#3BCE89
3#2EBA79
4#289F67
5#218556
6#1B6A45
7#145034
8#0D3522
9#071B11
Tints
Lighter variations
1#7EDFB2
2#8DE2BA
3#9BE6C3
4#A9EACC
5#B8EDD4
6#C6F1DD
7#D4F4E5
8#E2F8EE
9#F1FBF6
Tones
Muted variations
1#76D6A9
2#7BD1A9
3#80CBA8
4#86C6A8
5#8BC1A8
6#90BBA7
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 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C7 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBA9 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D191 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB475 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6642 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412A | 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: #E2F8EE;
--mint-200: #CAF2DF;
--mint-300: #A1E8C7;
--mint-400: #70DBA9;
--mint-500: #47D191;
--mint-600: #2DB475;
--mint-700: #248F5D;
--mint-800: #1A6642;
--mint-900: #10412A;
--mint-950: #0A291B;
}