Mint
#70DBB2
GreenColor Codes
All color formats for development
HEX
#70DBB2RGB
rgb(112, 219, 178)HSL
hsl(157, 60%, 65%)OKLCH
oklch(0.816 0.116 166.3)CMYK
cmyk(49%, 0%, 19%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D5A4
2#3BCE96
3#2EBA84
4#289F71
5#21855E
6#1B6A4C
7#145039
8#0D3526
9#071B13
Tints
Lighter variations
1#7EDFBA
2#8DE2C2
3#9BE6C9
4#A9EAD1
5#B8EDD9
6#C6F1E0
7#D4F4E8
8#E2F8F0
9#F1FBF7
Tones
Muted variations
1#76D6B1
2#7BD1B0
3#80CBAE
4#86C6AD
5#8BC1AC
6#90BBAB
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 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB2 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D19C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB480 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412F | 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: #E2F8F0;
--mint-200: #CAF2E2;
--mint-300: #A1E8CD;
--mint-400: #70DBB2;
--mint-500: #47D19C;
--mint-600: #2DB480;
--mint-700: #248F66;
--mint-800: #1A6649;
--mint-900: #10412F;
--mint-950: #0A291D;
}