Mint
#70DBAB
GreenColor Codes
All color formats for development
HEX
#70DBABRGB
rgb(112, 219, 171)HSL
hsl(153, 60%, 65%)OKLCH
oklch(0.814 0.122 162.6)CMYK
cmyk(49%, 0%, 22%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#56D59C
2#3BCE8C
3#2EBA7B
4#289F69
5#218558
6#1B6A46
7#145035
8#0D3523
9#071B12
Tints
Lighter variations
1#7EDFB3
2#8DE2BC
3#9BE6C4
4#A9EACD
5#B8EDD5
6#C6F1DD
7#D4F4E6
8#E2F8EE
9#F1FBF7
Tones
Muted variations
1#76D6AB
2#7BD1AA
3#80CBA9
4#86C6A9
5#8BC1A8
6#90BBA8
7#96B6A7
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 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBAB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6644 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412B | 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: #CAF2E0;
--mint-300: #A1E8C8;
--mint-400: #70DBAB;
--mint-500: #47D193;
--mint-600: #2DB477;
--mint-700: #248F5F;
--mint-800: #1A6644;
--mint-900: #10412B;
--mint-950: #0A291B;
}